Cutin not 100% functional

Ind

Development Administrator
Staff member
Messages
1,655
Points
113
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.

 
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.

 
Last edited by a moderator:
oooh o-o thank you very much
default_biggrin.png
getting that fixed;

tested and that fixed, thank you very much https://github.com/HerculesWS/Hercules/commit/64c7629080d5a872bd4dd615a06c1eae75d5d629

 
Last edited by a moderator:
Back
Top