Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to write Vietnamese in Eclipse Origins?


cudauhoan
 Share

Recommended Posts

VB6 does support these characters and will send them from the client to the server and visa-versa. but you need a few things.

1.you need a Unicode enabled font. "Meiryo UI" is a VB6 supported Unicode font that will do most oriental and special characters. But if you can find a better looking Unicode font USE IT!

2.  you need to tweak the mod text just a bit and set the font to the unicode font. (use the leak-free text rendering tut)

3\. you need to set the chat box and the chat bar to the Unicode font.

ALSO: you CAN NOT use chat drawn to screen if you use a Unicode font you will just get "?" for every special character. The API can not handle Unicode special characters. This means, NO NAMES may contain these characters.

P.S. I got Unicode to work on an early version of my game but it stopped as soon as I used the chat drawn to screen. I might have forgotten something, but these are just a general guide.

P.P.S. This is for EO, NOT CS:DE.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...