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.

Writing and then reading a string in file encoded in latin1

Here are 2 code samples, Python3 : the first one writes two files with latin1 encoding : s='On écrit ça dans un …

python io latin1
Configuring Locales on Linux for PostgreSQL

I'm having trouble getting a particular database set up and running. I'm trying to restore a postgreSQL dump I got …

database postgresql locale latin1
When to use utf-8 and when to use latin1 in MySQL?

I know that MySQL has default of latin1 encoding and apparently it takes 1 byte to store a character in latin1 …

mysql database-design utf-8 latin1
Converting mysql tables from latin1 to utf8

I'm trying to convert some mysql tables from latin1 to utf8. I'm using the following command, which seems to mostly …

mysql utf-8 collation latin1 mysql-error-1062
Utf-8 characters displayed as ISO-8859-1

I've got an issue with inserting/reading utf8 content from a db. All verifications I'm doing seem to point to …

php mysql utf-8 latin1
mysqldump exporting data in a bad character set

Yesterday for the first time I exported my Mysql database and I found some very strange characters in the dump …

mysql utf-8 character-encoding mysqldump latin1
Converting a string from utf8 to latin1 in NodeJS

I'm using a Latin1 encoded DB and can't change it to UTF-8 meaning that I run into issues with certain …

node.js encoding utf-8 latin1
Why is my View utf8 and how can I change it to latin1

I'm having an issue where a client program needs to use a View, but it needs the results as latin1. …

mysql view utf-8 character-encoding latin1
UTF-8 data in Latin1 database: can it be saved?

I have a rails app that receives data from an Android device. I noticed that some of the data, when …

mysql ruby-on-rails unicode character-encoding latin1