Top "Utf-8" questions

UTF-8 is a character encoding that describes each Unicode code point using a byte sequence of one to four bytes.

PHP: Convert any string to UTF-8 without knowing the original character set, or at least try

I have an application that deals with clients from all over the world, and, naturally, I want everything going into …

php utf-8 character-encoding
"’" showing on page instead of " ' "

’ is showing on my page instead of '. I have the Content-Type set to UTF-8 in both my <head&…

encoding utf-8 mojibake
What is the difference between UTF-8 and Unicode?

I have heard conflicting opinions from people - according to the Wikipedia UTF-8 page. They are the same thing, aren't …

unicode encoding utf-8 character-encoding terminology
How to remove \xa0 from string in Python?

I am currently using Beautiful Soup to parse an HTML file and calling get_text(), but it seems like I'm …

python python-2.7 unicode beautifulsoup utf-8
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
Using PowerShell to write a file in UTF-8 without the BOM

Out-File seems to force the BOM when using UTF-8: $MyFile = Get-Content $MyPath $MyFile | Out-File -Encoding "UTF8" $MyPath How can I …

encoding powershell utf-8 byte-order-mark
Python reading from a file and saving to utf-8

I'm having problems reading from a file, processing its string and saving to an UTF-8 File. Here is the code: …

python python-2.7 utf-8
Url decode UTF-8 in Python

I have spent plenty of time as far as I am newbie in Python. How could I ever decode such …

python encoding utf-8 urldecode
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 an ANSI encoded file to UTF-8 with Notepad++?

I have a website, and I can send my Turkish characters with jQuery in Firefox, but Internet Explorer doesn't send …

utf-8 notepad++