Top "Latin1" questions

iso-8859-1 is part of the ISO/IEC 8859 series of ASCII-based standard character encodings, first edition published in 1987.

Differences between utf8 and latin1

what is the difference between utf8 and latin1?

mysql utf-8 installation latin1
MySQL Workbench charset

Does there exist any way to change the MySQL Workbench charset? My schema uses UTF-8 and when I view the …

mysql utf-8 character-encoding latin1 workbench
Using .NET how to convert ISO 8859-1 encoded text files that contain Latin-1 accented characters to UTF-8

I am being sent text files saved in ISO 88591-1 format that contain accented characters from the Latin-1 range (as …

c# utf-8 iso-8859-1 latin1
Postgres issue encoding "UTF8" has no equivalent in encoding "LATIN1"

Our postgres production database server has a database called crd_production which is born out of the template1 template database. …

postgresql encoding latin1
How to detect UTF-8 characters in a Latin1 encoded column - MySQL

I am about to undertake the tedious and gotcha-laden task of converting a database from Latin1 to UTF-8. At this …

mysql utf-8 character-encoding latin1
Python converting latin1 to UTF8

In Python 2.7, how do you convert a latin1 string to UTF-8. For example, I'm trying to convert é to utf-8. >&…

python encoding utf-8 python-2.7 latin1
How do I convert a column to ASCII on the fly without saving to check for matches with an external ASCII string?

I have a member search function where you can give parts of names and the return should be all members …

mysql ascii casting latin1
NodeJS decodeURIComponent not working properly

When I tryed to decode the string below in nodeJS using decodeURLCompnent: var decoded = decodeURI('Ulysses%20Guimar%C3%A3es%20…

node.js utf-8 character-encoding latin1 decodeuricomponent
Convert QString into QByteArray with either UTF-8 or Latin1 encoding

I would like to covert a QString into either a utf8 or a latin1 QByteArray, but today I get everything …

c++ qt utf-8 latin1 qbytearray
Python 3 chokes on CP-1252/ANSI reading

I'm working on a series of parsers where I get a bunch of tracebacks from my unit tests like: File "…

python unicode latin1 cp1252 python-3.x