Top "Windows-1252" questions

windows-1252 is the default character encoding used by text editors in the English version of Microsoft Windows.

Windows-1252 to UTF-8 encoding

I've copied certain files from a Windows machine to a Linux machine. So all the Windows encoded (windows-1252) files need …

encoding utf-8 character-encoding windows-1252
Correctly reading text from Windows-1252(cp1252) file in python

so okay, as the title suggests the problem I have is with correctly reading input from a windows-1252 encoded file …

python utf-8 python-unicode windows-1252 cp1252
How to read a file in Java with specific character encoding?

I am trying to read a file in as either UTF-8 or Windows-1252 depending on the output of this method: …

java file-io utf-8 character-encoding windows-1252
Java convert Windows-1252 to UTF-8, some letters are wrong

I receive data from a external Microsoft SQL 2008 database (I make queries with MyBatis). The data is encoded as "Windows-1252". …

java utf-8 windows-1252
.NET Core doesn't know about Windows 1252, how to fix?

This program works just fine when compiled for .NET 4 but does not when compiled for .NET Core. I understand the …

vb.net character-encoding .net-core windows-1252
How to convert Windows-1252 characters to values in php?

We have several database fields that contain Windows-1252 characters: an example pain— if you’re Those values map to the …

php utf-8 windows-1252
convert UTF-8 to ANSI (windows-1252)

I'm trying to save a string in hebrew to file, while having the file ANSI encoded. All attemps failed I'm …

php encoding utf-8 iconv windows-1252
Chrome form POST shows "(unable to decode value)" and database stores it as a question mark

I have a test site and test DB both set to windows-1252. When I type Alt+234 into Chrome it puts …

google-chrome unicode utf-8 character-encoding windows-1252
Python - dealing with mixed-encoding files

I have a file which is mostly UTF-8, but some Windows-1252 characters have also found their way in. I created …

python unicode encoding utf-8 windows-1252
java JSON text encoding issue

In my application I retrieve search results in JSON format from an external tool called Google Search Appliance(GSA). The …

java json character-encoding google-search-appliance windows-1252