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.

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
PHP Convert Windows-1251 to UTF 8

I have a small html code and I need to convert it to UTF-8. I use this iconv("windows-1251", "utf-8", $…

php utf-8 character-encoding windows-1251
How can I be sure of the file encoding?

I have a PHP file that I created with VIM, but I'm not sure which is its encoding. When I …

utf-8 character-encoding file-encodings
utf8_(en|de)code removed from php7?

I recently switched to PHP 7 on my development server, which has worked just fine - until now. Since I updated …

php utf-8 mbstring
how to change source file encoding in csharp project (visual studio / msbuild machine)?

Is there a way to force VS to use Unicode always, instead of weird ISO-something? I'm working on a winapp …

visual-studio encoding utf-8 localization
What does the message "Invalid byte 2 of a 3-byte UTF-8 sequence" mean?

I changed a file in Orbeon Forms, and the next time I load the page, I get an error message …

encoding utf-8 orbeon
Printing UTF-8 strings with printf - wide vs. multibyte string literals

In statements like these, where both are entered into the source code with the same encoding (UTF-8) and the locale …

c unicode utf-8 printf multibyte
A script to change all tables and fields to the utf-8-bin collation in MYSQL

Is there a SQL or PHP script that I can run that will change the default collation in all tables …

php sql mysql utf-8 collation
Java, Ant error: unmappable character for encoding Cp1252

I am using Java, Eclipse and Ant in my project. I had some Java code that I needed to edit …

java encoding ant utf-8 cp1252
Read Unicode UTF-8 file into wstring

How can I read a Unicode (UTF-8) file into wstring(s) on the Windows platform?

c++ file unicode utf-8 wstring