About 45,000 results
Open links in new tab
  1. Change default code page of Windows console to UTF-8

    Apr 12, 2011 · Currently I'm running Windows 7 x64 and usually I want all console tools to work with UTF-8 rather than with default code page 850. Running chcp 65001 in the command prompt prior to …

  2. What is the difference between Windows-1252 and ANSI encoding?

    Even though Windows-1252 was the first and by far most popular code page named so in Microsoft Windows parlance, the code page has never been an ANSI standard. Microsoft explains, "The term …

  3. Windows 10 terminal encoding - Super User

    Jan 23, 2017 · 9 How can I find out the encoding of my windows 10 terminal? If by terminal you mean a cmd shell, you can use the chcp command to display and change the code page used. Examples …

  4. Setting codepage 1252 in Windows 11 still gets cp 850 in terminals

    Mar 9, 2023 · On a Windows 11 device, I have the international settings (running "intl.cpl") set to Italian, for non-Unicode applications. Now, that results in applications like WinMerge guessing …

  5. Is it possible to set "locale" of a Windows application to UTF-8?

    Jan 29, 2016 · We know there is an application called AppLocale, which can change the code page of non-Unicode applications, to solve text display problems. But there is a program whose right display …

  6. Change OutputEncoding and code page - Super User

    Jun 6, 2020 · 2 If [Console]::OutputEncoding doesn't change the Code Page, then what does? According to Set the default encoding to UTF-8 in powershell you should be using:

  7. code page - Is Codepage 1252 guaranteed to be available on all …

    4 days ago · Microsoft does not explicitly state that code page 1252 is guaranteed on every Windows installation. However, they do include 1252 in its official list of supported code pages.

  8. In cmd.exe with codepage 437, why are characters whose "number" is ...

    Aug 9, 2019 · If I use type file.txt to display the content of the file in a cmd.exe console whose code page (chcp) is set to 437, these characters are prepended with a ┬ character.

  9. changing to codepage 65001 and reverting to the before chosen …

    Feb 9, 2020 · I've got a C++-program that produces a batch-file to undo the changes it made. The batch-file uses " CHCP 65001 " at the beginning. Is there any way to store the before chosen codepage …

  10. Why is Unicode 1200 codepage not there in excel? - Super User

    Sep 30, 2019 · I only see UTF-7 and UTF-8. I do need to open an existing csv file which is in Unicode 1200 codepage but out of curiosity, if I just a create a new excel sheet and try to save it with this …