International characters

Thalassicus

Bytes and Nibblers
Joined
Nov 9, 2005
Messages
11,057
Location
Texas
Civ V appears to use a version of sqlite at least 9 years old, so it does not natively support international characters like "ñ". We must convert those characters to decimal form like & #241; (without spaces) before using them for game text.

What's the best converter you've found?

I'm using this one: rishida.net/tools/conversion. Copy text into the Characters or XML sections, then retrieve the Decimal NCR results (numerical character representation). It's possible to convert whole files - just copy the entire file contents into an input box.

language7.png
 
Back
Top Bottom