I just finished the Waterloo Map XML, and got out all the bugs except for one. This one:
line 162: <name>Chässe</name> - Input is not proper UTF-8, indicate encoding ! Bytes: 0xE4 0x73 0x73 0x65
I have no idea what it means, so could someone please tell me how to fix it? Thanks.
--lanyards
XML Help
Moderator: Cartographers
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
XML Help

WANT AN ADVANTAGE WHILE WORKING TOWARDS MEDALS?
https://www.conquerclub.com/forum/viewtopic.php?f=529&t=226714
Re: XML Help
lanyards wrote:I just finished the Waterloo Map XML, and got out all the bugs except for one. This one:
line 162: <name>Chässe</name> - Input is not proper UTF-8, indicate encoding ! Bytes: 0xE4 0x73 0x73 0x65
I have no idea what it means, so could someone please tell me how to fix it? Thanks.
--lanyards
the XML probably doesn't understand the ä
try replacing it with
ä
so Chässe becomes Chässe
I might have this wrong.

OK, thanks. I'll try that.
--lanyards
--lanyards

WANT AN ADVANTAGE WHILE WORKING TOWARDS MEDALS?
https://www.conquerclub.com/forum/viewtopic.php?f=529&t=226714
--lanyards

WANT AN ADVANTAGE WHILE WORKING TOWARDS MEDALS?
https://www.conquerclub.com/forum/viewtopic.php?f=529&t=226714
lanyards wrote::( Nope, it still says the same thing. Thanks anyways.
--lanyards
actually, I just tried it using one of my map xml files and it worked.
First I got:
line 98: <name>ChŠsse</name> - Input is not proper UTF-8, indicate encoding ! Bytes: 0x8A 0x73 0x73 0x65
Then I made the change as above and it came out fine. The line should look like this:
<name>Chässe</name>

oaktown wrote:actually, I just tried it using one of my map xml files and it worked.
First I got:
line 98: <name>ChŠsse</name> - Input is not proper UTF-8, indicate encoding ! Bytes: 0x8A 0x73 0x73 0x65
Then I made the change as above and it came out fine. The line should look like this:
<name>Chässe</name>
Nevermind, you were right. It works now. Thanks guys.
--lanyards

WANT AN ADVANTAGE WHILE WORKING TOWARDS MEDALS?
https://www.conquerclub.com/forum/viewtopic.php?f=529&t=226714
I found this one to be for ü: ü
Is this right?
Is this right?

WANT AN ADVANTAGE WHILE WORKING TOWARDS MEDALS?
https://www.conquerclub.com/forum/viewtopic.php?f=529&t=226714
