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.

HTML encoding issues - "Â" character showing up instead of " "

I've got a legacy app just starting to misbehave, for whatever reason I'm not sure. It generates a bunch of …

html vb.net encoding utf-8 iso-8859-1
Converting UTF-8 to ISO-8859-1 in Java - how to keep it as single byte

I am trying to convert a string encoded in java in UTF-8 to ISO-8859-1. Say for example, in the …

java utf-8 iso-8859-1
C# Convert string from UTF-8 to ISO-8859-1 (Latin1) H

I have googled on this topic and I have looked at every answer, but I still don't get it. Basically …

c# .net encoding utf-8 iso-8859-1
Convert utf8-characters to iso-88591 and back in PHP

Some of my script are using different encoding, and when I try to combine them, this has becom an issue. …

php encoding utf-8 iso-8859-1
How do I convert between ISO-8859-1 and UTF-8 in Java?

Does anyone know how to convert a string from ISO-8859-1 to UTF-8 and back in Java? I'm getting a …

java java-me utf-8 character-encoding iso-8859-1
How do I write out a text file in C# with a code page other than UTF-8?

I want to write out a text file. Instead of the default UTF-8, I want to write it encoded as …

c# encoding utf-8 iso-8859-1
Setting the character encoding in form submit for Internet Explorer

I have a page that contains a form. This page is served with content type text/html;charset=utf-8. I …

html internet-explorer forms encoding iso-8859-1
Java InputStream encoding/charset

Running the following (example) code import java.io.*; public class test { public static void main(String[] args) throws Exception { byte[] …

java encoding iso-8859-1
Convert latin1 characters on a UTF8 table into UTF8

Only today I realized that I was missing this in my PHP scripts: mysql_set_charset('utf8'); All my …

php mysql utf-8 character-encoding iso-8859-1