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.

How to read in ISO 8859-1 (Latin-1) encoded text in Perl

So I'm trying to write a perl script to read in a file encoded in Latin-1. For some reason, this …

perl encoding input latin1
How to make a Rails Migration be utf-8 instead of my default latin1

I just checked my MySQL tables and I have default set as latin1. Is that generally the default? How can …

mysql ruby-on-rails-3 utf-8 migration latin1
Oracle: Convert xml entities in a varchar2 field to utf-8 characters

I have a field in a table which holds XML entities for special characters, since the table is in latin-1. …

oracle utf-8 latin1