About 54 results
Open links in new tab
  1. What is the difference between UTF-8 and ISO-8859-1 encodings?

    27 ISO-8859-1 is a legacy standards from back in 1980s. It can only represent 256 characters so only suitable for some languages in western world. Even for many supported languages, some characters …

  2. What is the exact difference between Windows-1252 and ISO-8859-1?

    Mar 19, 2019 · Windows-1252 ISO Latin 1, also known as ISO-8859-1 as a character encoding, so that the code range 0x80 to 0x9F is reserved for control characters in ISO-8859-1 (so-called C1 …

  3. css - ISO-8859-1 vs. UTF-8? - Stack Overflow

    Oct 5, 2016 · This is a very rare case as UTF-8 covers the same codepoints as the characters of ISO-8859-1 (but NOT all of the other ISO-8859-x sets!). Just use UTF-8 all the way and convert the "bad" …

  4. php - O que é string ISO-8859-1? - Stack Overflow em Português

    Aug 24, 2017 · Basicamente A ISO 8859-1 é a decodificação dos caracteres Latinos. Veja a tabela aqui. Por efeito de curiosidade, a única diferença entre o utf-8 e a ISO 8859-1 é a codificação, ou seja …

  5. How do I convert between ISO-8859-1 and UTF-8 in Java?

    So, transcoding from ISO-8859-1 to UTF-8 is no problem. Going backwards from UTF-8 to ISO-8859-1 will cause "replacement characters" ( ) to appear in your text when unsupported characters are found.

  6. 'charset=iso-8859-1' with <!DOCTYPE HTML> is throwing a warning

    Jan 3, 2012 · The control characters are useless in HTML, and web authors often mistakenly declare iso-8859-1 and yet use one or more of those 32 values as if they were using windows-1252, so …

  7. c# - How to convert string to "iso-8859-1"? - Stack Overflow

    Mar 10, 2009 · There is no UTF-8 or ISO-8859-1 encoded System.String in .NET. To get the binary representation of the string in a particular encoding use System.Text.Encoding class:

  8. ASCII, ISO 8859-1, Unicode in C how does it work? - Stack Overflow

    Mar 5, 2022 · In ISO-8859-1 (aka Latin1) the 256 characters have indeed the code point value of the corresponding Unicode character. But utf-8 have a special encoding for all characters above 0x7f …

  9. Is ISO-8859-1 a Unicode charset? - Stack Overflow

    Oct 9, 2012 · No, ISO 8859-1 is not a Unicode charset, simply because ISO 8859-1 does not provide encoding for all Unicode characters, only a small subset thereof. The word “charset” is sometimes …

  10. Error codificación ISO-8859-1 - Stack Overflow en español

    Sep 5, 2020 · Para que funcione debes guardar el archivo con dicha codificación, si estás usando sublimetext, ve a: File > Save whith encoding > Western(ISO 8859-1). En otros editores debe existit …