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.

PHP: Problems converting "’" character from ISO-8859-1 to UTF-8

I'm having some issues with using PHP to convert ISO-8859-1 database content to UTF-8. I am running the following …

php utf-8 character-encoding iso-8859-1 iconv
Detecting bad UTF-8 encoding: list of bad characters to sniff?

I have a sql-server 2010 database shared between two applications. One application we have control over, and the other application is …

encoding utf-8 iso-8859-1
Is UTF-8 the encoding of choice for QR-codes with non ASCII chars by now?

Google uses UTF-8 it as default for their very popular encoder. From what I can see they don't even add …

encoding utf-8 character-encoding qr-code iso-8859-1
Convert string from UTF-8 to ISO-8859-1

I'm trying to convert a UTF-8 string to a ISO-8859-1 char* for use in legacy code. The only way …

c++ utf-8 iso-8859-1 iconv
HTML - £ pound symbol from database displayed as ? even with charset=UTF-8

We have a bunch of database data that someone manually entered. They contain a lot of British Pound (£) symbols. The …

mysql html utf-8 character-encoding iso-8859-1
Using iconv to convert strings to ISO-8859-1 in C/C++

I want to convert strings from the GBK character set to ISO-8859-1. I have tried to use the iconv …

c++ c iconv iso-8859-1
php's mb_detect_encoding()

first of all i'd like to say i've read the other post regarding php's mb_detect_encoding at Strange behaviour …

php iso-8859-1 windows-1252
Javascript -> Download CSV file encoded in ISO-8859-1 / Latin1 / Windows-1252

I have hacked together a small tool to extract shipping data from Amazon CSV order data. it works so far. …

javascript macos encoding utf-8 iso-8859-1