Library File Format

thierry_st_malo
05 Jun 2016, 15:47
Hello,

While working on the translation of Pixie's combat library, I have this recurrent problem :

French accented characters are not recognized ; they are mistaken for XML tags.
Saving the translated library as UTF-8 doesn't help.
And I'm unhappy because the library looks like it has been produced by a completely illeterate person.

A serious problem for globalization, I'm afraid :(

Can you help? Thanks in advance.

Thierry

Pertex
05 Jun 2016, 17:30
Could you post your library here?

thierry_st_malo
05 Jun 2016, 17:44
Here you are. Please keep in mind that it is an unfinished version.
One problem I have in mind is with the "lâcher" verb.

Pertex
06 Jun 2016, 11:04
The problem is that you have the start tag <lacher> but the end tag </unequip> in line 316. Change it to </lacher> and it should work

thierry_st_malo
06 Jun 2016, 14:51
Got it, Pertex! Well, I must be getting old... :-)
Many thanks,
Thierry