Top "Character-encoding" questions

Character encoding refers to the way characters are represented as a series of bytes.

Getting ’ instead of an apostrophe(') in PHP

I've tried converting the text to or from utf8, which didn't seem to help. I'm getting: "It’s Getting the …

php utf-8 character-encoding mojibake
charset=iso-8859-1 with <!DOCTYPE HTML> throwing a warning?

I just validated a html doc using the W3-validator , and found that If I use: <meta http-equiv="Content-Type" …

html character-encoding doctype html-validation
Convert SSMS .rpt output file to .txt/.csv

I want to export my big SSMS (SQL Server Management Studio) query result (2.5m lines, 9 fields) as .csv or comma-delimited .…

sql-server sql-server-2005 character-encoding ssms rpt
How many characters can UTF-8 encode?

If UTF-8 is 8 bits, does it not mean that there can be only maximum of 256 different characters? The first 128 code …

utf-8 character-encoding ascii
What is the encoding of Chinese characters on Wikipedia?

I was looking at the encoding of Chinese characters on Wikipedia and I'm having trouble figuring out what they are …

utf-8 character-encoding cjk url-encoding
python Convert Encoding:LookupError: unknown encoding: ansi

Because my cdv file is encoded as utf-8, opening it with Excel will cause distortion, and when I then convert …

python character-encoding codepages
Save all files in Visual Studio project as UTF-8

I wonder if it's possible to save all files in a Visual Studio 2008 project into a specific character encoding. I …

visual-studio utf-8 character-encoding
MySQL Workbench charset

Does there exist any way to change the MySQL Workbench charset? My schema uses UTF-8 and when I view the …

mysql utf-8 character-encoding latin1 workbench
jersey web service json utf-8 encoding

I made a small Rest webservice using Jersey 1.11. When i call the url that returns Json, there are problems with …

java character-encoding jersey
How do I set -Dfile.encoding within ant's build.xml?

I've got java source files with iso-8859-1 encoding. When I run ant, I get "warning: unmappable character for encoding …

java ant character-encoding javac