DragonetMC / DragonProxy-Translations

Translations for DragonProxy.
http://dragonet.org
6 stars 10 forks source link

Unicode error on French language (don't know how fix it) #20

Closed x9nico closed 6 years ago

x9nico commented 6 years ago

Hi, in my logs, got this characters : image It is show like that when a sentence has that: é, è etc. Possible to fix that please ? :)

DefinitlyEvil commented 6 years ago

convert them to \uXXXX format

x9nico commented 6 years ago

And how can we know what is the number of \uXXX ?

HoverEpic commented 6 years ago

It's probably the file format non UTF-8, or the file reader. It's a minor bug. Thanks for reporting.

HoverEpic commented 6 years ago

And the "Création de la discussion pool..." is not french at all =P, should be "Création des unités de traitements (Nombre : 16)" ^^

HoverEpic commented 6 years ago

Could try to convert to UTF-8 without bom for testing, should works.

DefinitlyEvil commented 6 years ago

It has nothing to do with UTF-8, same in Bukkut... It must use Unicode alternative...

HoverEpic commented 6 years ago

Got things like this working multiple times, it's possible. I will try.

x9nico commented 6 years ago

I tested all UTF-8 it is not work

HoverEpic commented 6 years ago

Fixed in https://github.com/DragonetMC/DragonProxy/commit/bbe6a3559a7cf920aa07132de4140fc00bf5ce92