Top "Iso-8859-1" questions

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

ISO-8859-1 encoding and binary data preservation

I read in a comment to an answer by @Esailija to a question of mine that ISO-8859-1 is the …

java character-encoding iso-8859-1
Question mark characters on HTML if I use UTF-8 and weird characters on SQL data if I use ISO-8859-1

I'm making a page with latin accents like á, ã, ç, and others. This site pulls data from a SQL database. I'm using …

html mysql utf-8 character-encoding iso-8859-1
Is ISO-8859-1 a Unicode charset?

I have been attending a lecture on XML where it was written "ISO-8859-1 is a Unicode format". It sounds …

unicode character-encoding iso-8859-1
How to "force" a file's ISO-8859-1ness?

I remember when I used to develop website in Japan - where there are three different character encodings in currency …

unicode character-encoding ide iso-8859-1
Encoding and decoding byte[] with ZXing

I am developping an Android app, and I need to encode and decode a bytes array in a QRCode generated …

java android character-encoding zxing iso-8859-1
Determining ISO-8859-1 vs US-ASCII charset

I am trying to determine whether to use PrintWriter pw = new PrintWriter(outputFilename, "ISO-8859-1"); or PrintWriter pw = new PrintWriter(…

java character-encoding ascii iso-8859-1 character-set
How to convert (char *) from ISO-8859-1 to UTF-8 in C++ multiplatformly?

I'm changing a software in C++, wich process texts in ISO Latin 1 format, to store data in a database in …

c++ c utf-8 character-encoding iso-8859-1
 encoding issue

I'm developing a website using PHP and these strange chars "" appears in my page, right on the top of it. …

php html utf-8 iso-8859-1 byte-order-mark
HTML entities and charset in IE

I am displaying html entity ✓ (a check mark: ✓) in an html document that uses iso-8859-1 for the character …

internet-explorer character-encoding entities html-entities iso-8859-1
Character encoding issues on websphere

I have the following issue concerning the application I have deployed in two application servers (websphere 8.0.0.3). These serves have identical …

utf-8 character-encoding ascii iso-8859-1