python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Encoding xml as ISO-8859-1
I sent an xml file which I created while serializing an object and received a response that it is incorrect and not well-formed:
<?xml version="1.0" encoding="utf-8"?>
Mo...
methus
Votes: 0
Answers: 1
ASCII, ISO 8859-1, Unicode in C how does it work?
Well, I'm really in doubt, how does C work with encodings, well first I have a C file, saved with ISO 8859-1 encoding, with test.c content, when running the program the character ÿ is not displayed co...

Yuri Bittencourt
Votes: 0
Answers: 4
how can you add ñ and tildes in flutter?
It turns out that I want to put ñ and accents, but flutter recognizes them with symbols of "?" in a rhombus, I tried several methods but I couldn't get it.
RiseHit
Votes: 0
Answers: 1
Plain string encoded in latin1 somehow got messed up when converted to utf8. Now can't reverse back to latin1
There are strings like this Vázquez Montañana that can easily be decoded back using an online decoder. However, for some reason things got messed up and some plaintext ended up like this SofÃÂÂ...
One Curious Person
Votes: 0
Answers: 1