Jump to content
Sign in to follow this  
Ind

Cutin not 100% functional

Recommended Posts

As reported in http://herc.ws/board/tracker/issue-6466-fortune/

cutins with names such as "µå·ÓÇÁ½ºÄ«µå" are not being displayed and I'm not really sure whats being done wrong

any information on the issue is most welcome, and if anyone can provide a network report/packet dump from talking with the npc in question in a official server it'd be most welcome.

Share this post


Link to post
Share on other sites

The reason for that is (at least for the mentioned script) the fact, that it is stored as UTF-8. The C runtime reads 'cutin "°¡À̾ƽºÄ«µå",4;' happily as something like 'cutin "°¡À̾ƽºÄ«µå",4;', basically the raw representation of the UTF-8 data in ASCII. Blame goes to rAthena r15251.

Edited by Ai4rei

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.