Playing with the encoding ....

Emistry

Support Leaders
Messages
526
Points
0
Location
Malaysia
Github
Emistry
Emulator
Just some trick ...

I just realize that it's actually possible to use Chinese encoding in Hercules.

Previously I think only Sear Emulator can do it, and I am wrong xD

The problem : just that the database become messy and unreadable due to table encoding type not compatible.

y8I4AH7.png


NkAKofV.png


Offtopic : Does anyone know how to replace the "Triple" or "Quadraple" keyword when compound same item into card slots ?

 
Last edited by a moderator:
nope.. when i store the char name, it show gibberish text in sql char table. probably because the table isnt set with proper encoding type i guess. 

not yet try item_db.conf

but i think should be work fine too

 
Last edited by a moderator:
nope.. when i store the char name, it show gibberish text in sql char table. probably because the table isnt set with proper encoding type i guess. 

not yet try item_db.conf

but i think should be work fine too
  ansi chinese  words were stored to UTF8 mysql db  will become gibberish  if you wnat to see correct chinese words, to set up your client connection

encoding to ansi big5.

clinet encoding ==> utf8 ==> gibberish


SJxwCu31.png

set client connection encoding to ansi big5

yJimjxhsL.png
then... 

VKlCJdUej.png


 
Last edited by a moderator:
Back
Top