Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Chat does not show all Thai language text

Newbie Spellweaver
Joined
Jun 15, 2012
Messages
69
Reaction score
17
I was adapting the exteam code to muemu 1.04E
about the chat.
The 90-letter text limit has been released (GS-Main).

36A added Thai language support
So far so good The problem comes just when I write in the chat and it is that only a very small message comes out And not all the message that is obviously written in Thai

Example if I write / post (long text in Thai) only a small part appears But if I write in the normal language all 90 letters appear.

I need help, I've been there for 6 days and I haven't resolved it.

I saw that in version 1.04D there is a dll called vcorp that when entering it to the main one allows to write all the long text in Thai, unfortunately it does not work in the main 1.04E

:(:what I want to do is the same thing that the dll does to be able to send the long text in Thai.
 
Newbie Spellweaver
Joined
Jan 8, 2021
Messages
22
Reaction score
2
the charset in game server must be Unicode (varchar p.ex) so it can read not-latin phrases

also, try changing your default charset for the database for one that is unicode
 
Upvote 0
Newbie Spellweaver
Joined
Jun 15, 2012
Messages
69
Reaction score
17
but when I use the main 1.04D with vcorp dll, I don't touch anything on the game server and the Thai comes out long and correctly. but instead in the main version 1.04E the text comes out but it is not long
 
Upvote 0
Back
Top