Top "Codepages" questions

Code page is another term for character encoding.

UTF-8 to ANSI Conversion using C#

I'm a .NET developer and was asked to do an application that converts html files to ANSI in C#. ANSI …

c# utf-8 character-encoding codepages
Delphi decode json/utf8 escaped text

I'm writing a module for complicated application and my module should process json response, returned by web server. So, my …

json delphi unicode escaping codepages
Convert from Codepage 1252 (Windows) to Java, in Java

I have some strings in Java (originally from an Excel sheet) that I presume are in Windows 1252 codepage. I want …

java windows unicode codepages
psql shell uses code page 850, windows uses 1252. How to solve change console code page?

I have installed PostgreSQL, wanting to set up a new database, everything is going fine, until I am trying to …

windows postgresql cmd localization codepages
Encoding html in ANSI vs UTF-8 w/o BOM

What's the difference between writing a e.g. php or html document in Ansi and UTF-8 without BOM and then …

html utf-8 character-encoding codepages
How do you specify a Java file.encoding value consistent with the underlying Windows code page?

I have a Java application that receives data over a socket using an InputStreamReader. It reports "Cp1252" from its getEncoding …

java windows batch-file codepages
What exactly is Unicode codepage 1200?

While investigating some localization options, I stumbled across this as a save option in Visual Studio. What is Unicode code …

unicode codepages
How can I change console font?

I have a problem with output Unicode in Windows XP console. (Microsoft Windows XP [Version 5.1.2600]) First code is that(from …

c++ unicode windows-xp console codepages
How to create an utf8 file from stringbuilder object in Java

I have a problem with file encoding. I have a method which exports my DB to a XML in a …

java file utf-8 character-encoding codepages
Unicode filenames on FAT-32?

As far as I understand - NTFS supports Unicode filenames (UTF-16 as Micorsoft claims?). But official MSDN documentation is very …

windows winapi unicode codepages fat32