Search the Community
Showing results for tags 'utf8'.
Found 2 results
-
Hello, I'm trying to keep my client all in portuguese and I almost got it with ROExt. My problem is: When i choose on ROExt to character encoding to UTF-7, my itens looks like perfect with all latin accents but my client interface got messed like this picture: and when i change character enconding to UTF-8, my itens looks like this: I'm using Hercules last version with item_db.conf without changes in english, hexed 2014 03 05 and this diff options like: 53 Use Ascii on All LangTypes (Recommended) Someone know why this is happening ? Thanks,
-
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