Top "Character-encoding" questions

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

Trouble with UTF-8 characters; what I see is not what I stored

I tried to use UTF-8 and ran into trouble. I have tried so many things; here are the results I …

mysql unicode utf-8 character-encoding mariadb
Where do I set character encoding in SOAPUI Preferences

I can't seem to find any character encoding options in SoapUI preferences. I want to mock xml response in iso-8859…

character-encoding soapui
How to detect the right encoding for read.csv?

I have this file (http://b7hq6v.alterupload.com/en/) that I want to read in R with read.…

r character-encoding read.csv
Java Spring resttemplate character encoding

I'm using the Java Spring Resttemplate for getting a json via a get request. The JSON I'm getting has instead …

java json utf-8 character-encoding resttemplate
There is no Unicode byte order mark. Cannot switch to Unicode

I am writing an XML validator with XSD. Below is what I did, but when the validator reached the line …

c# xml character-encoding xsd xmlreader
ucfirst() function for multibyte character encodings

I've asked about strtolower function. But when using foreign characters it doesn't convert them into uppercase, so I must use: …

php character-encoding
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc3 in position 34: unexpected end of data

I'm trying to write a scrapper, but I'm having issues with encoding. When I tried to copy the string I …

python utf-8 character-encoding decoding
How to split strings into characters in Scala

For example, there is a string val s = "Test". How do you separate it into t, e, s, t?

string scala character-encoding split character
java.nio.charset.MalformedInputException: Input length = 1

I have this (stripped the HTML tags for the code example) function that builds a HTML table out of a …

java io character-encoding malformed
UTF-8 BOM signature in PHP files

I was writing some commented PHP classes and I stumbled upon a problem. My name (for the @author tag) ends …

php utf-8 character-encoding byte-order-mark