Vietlubu 8 Posted June 13, 2019 (edited) I trying to write a script with non-English text. currently with Japanese. My script here. has save as with UTF-8 encode mes "あひひ start the event ?"; My clientinfo. used <langtype>2</langtype> <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>2</langtype> <registrationweb>www.ragnarok.com</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> But when I start the client, the text display incorrect like this: Do I miss anything here? 😭 ** Update My client version it 2017-06-14bRagexeRE.exe Edited June 13, 2019 by Vietlubu Update client version Quote Share this post Link to post Share on other sites
1 4144 364 Posted June 13, 2019 Client not support utf-8 you should save your script in codepage for selected language. Quote Share this post Link to post Share on other sites
0 Vietlubu 8 Posted June 13, 2019 Solved, save file with correct codepage and change on opensetup (dinput file). Quote Share this post Link to post Share on other sites
I trying to write a script with non-English text. currently with Japanese.
My script here. has save as with UTF-8 encode
My clientinfo. used <langtype>2</langtype>
But when I start the client, the text display incorrect like this:
Do I miss anything here? 😭
** Update
My client version it 2017-06-14bRagexeRE.exe
Edited by VietlubuUpdate client version
Share this post
Link to post
Share on other sites