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 do I transcode a Javascript string to ISO-8859-1?

I'm writing a Chrome extension that works with a website that uses ISO-8859-1. Just to give some context, what …

javascript utf-8 google-chrome-extension iso-8859-1 transcoding
Convert text value in SQL Server from UTF8 to ISO 8859-1

I have a column in SQL Server with utf8 SQL_Latin1_General_CP1_CI_AS encoding. How can I convert …

sql sql-server encoding utf-8 iso-8859-1
Using .NET how to convert ISO 8859-1 encoded text files that contain Latin-1 accented characters to UTF-8

I am being sent text files saved in ISO 88591-1 format that contain accented characters from the Latin-1 range (as …

c# utf-8 iso-8859-1 latin1
Why does Java's String.getBytes() uses "ISO-8859-1"

from java.lang.StringCoding : String csn = (charsetName == null) ? "ISO-8859-1" : charsetName; This is what is used from Java.lang.getBytes() , …

java utf-8 character-encoding iso-8859-1
Converting UTF-8 to ISO-8859-1 in Java

I am reading an XML document (UTF-8) and ultimately displaying the content on a Web page using ISO-8859-1. As …

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

I am sending a HTTP request through jQuery's ajax. But the server, which I have no access, returns ISO-8859-1 …

javascript jquery utf-8 iso-8859-1
Writing XML files using XmlTextWriter with ISO-8859-1 encoding

I'm having a problem writing Norwegian characters into an XML file using C#. I have a string variable containing some …

c# .net xml encoding iso-8859-1
What is the ASCII Code of ½?

I want to print the value '½' in a file. I searched for the ascii value of this as …

windows unix ascii iso-8859-1
jQuery AJAX call messes up character encoding

I have a servlet that outputs JSON. The output encoding for the servlet is ISO-8859-1. Pages in our webapp …

java jquery ajax json iso-8859-1
WCF Exception: Text Message Encoding and ISO-8859-1 Encoding

Possible Duplicate: Calling a webservice that uses ISO-8859-1 encoding from WCF I am trying to consume an external Web …

c# wcf encoding exception-handling iso-8859-1