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.

How to get json_encode() to work with ISO-8859-1 (åäö)

json_encode() wont work for me when I'm using åäö. Why? And how can I get it to work? The php: …

php json iso-8859-1
Python3: UnicodeEncodeError: 'ascii' codec can't encode character '\xfc'

I'am trying to get running a very simple example on OSX with python 3.5.1 but I'm really stucked. Have read so …

python-3.x iso-8859-1 python-unicode
Java App : Unable to read iso-8859-1 encoded file correctly

I have a file which is encoded as iso-8859-1, and contains characters such as ô . I am reading this file …

java encoding character-encoding iso-8859-1
Convert ISO-8859-1 to UTF-8 using groovy

i need to convert a ISO-8859-1 file to utf-8 encoding, without loosing content intormations... i have a file which …

encoding utf-8 groovy iso-8859-1
Jquery ignores encoding ISO-8859-1

I have a website which apperently removes the correct encoding (ISO-8859-1) from a string and sends it wrong. I …

javascript jquery character-encoding content-type iso-8859-1
How to convert mysql latin1 to utf8

I inherited a web system that I need to develop further. The system seems to be created by someone who …

mysql utf-8 character-encoding iso-8859-1
Any way to convert a regular string in ActionScript 3 to a ByteArray of Latin-1 Character Codes?

I am having no problem converting a string to a byteArray of UTF-16 encoded characters, but the application I am …

actionscript-3 erlang utf-16 iso-8859-1
How to convert String with “ (ISO-8859-1) characters to normal (UTF-8)characters?

<li>Jain R.K. and Iyengar S.R.K., “Advanced Engineering Mathematicsâ€, Narosa Publications,</li> i …

php mysql utf-8 character-encoding iso-8859-1
Will iso-8859-1 display german umlauts ok or do I need to use utf-8?

I have a multi language website that is hosted on a server that appears to have character encoding set to …

utf-8 character-encoding http-headers iso-8859-1
Encoding characters with ISO 8859-1 in Python

With ord(ch) you can get a numerical code for character ch up to 127. Is there any function that returns …

python character-encoding iso-8859-1