Top "Character-encoding" questions

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

Force encode from US-ASCII to UTF-8 (iconv)

I'm trying to transcode a bunch of files from US-ASCII to UTF-8. For that, I'm using iconv: iconv -f US-ASCII …

utf-8 character-encoding iconv
Spring MVC UTF-8 Encoding

At the moment I'm trying to get started with Spring MVC. While trying things out I ran into an encoding …

java spring-mvc utf-8 character-encoding
How to set standard encoding in Visual Studio

I am searching for a way to setup Visual Studio so it always saves my files in UTF-8. I have …

visual-studio visual-studio-2008 encoding character-encoding
Error: "Input is not proper UTF-8, indicate encoding !" using PHP's simplexml_load_string

I'm getting the error: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xED 0x6E 0x2C 0x20 …

php xml encoding character-encoding simplexml
HMAC-SHA256 Algorithm for signature calculation

I am trying to create a signature using the HMAC-SHA256 algorithm and this is my code. I am using US …

java character-encoding digital-signature hmac
Strange Characters in database text: Ã, Ã, ¢, â‚ €,

I'm not certain when this first occured. I have a new drop-shipping affiliate website, and receive an exported copy of …

database character-encoding prestashop
Java: Converting String to and from ByteBuffer and associated problems

I am using Java NIO for my socket connections, and my protocol is text based, so I need to be …

java string character-encoding nio bytebuffer
What charset does Microsoft Excel use when saving files?

I have a Java app which reads CSV files which have been created in Excel (e.g. 2007). Does anyone know …

excel encoding character-encoding
In Java, how to find if first character in a string is upper case without regex

In Java, find if the first character in a string is upper case without using regular expressions.

java string character-encoding char
Question mark characters displaying within text, why is this?

I have a backup server that automatically backs up my live site, both files and database. On the live site, …

html backup character-encoding mirror