zunath / SWLOR_NWN

Star Wars: Legends of the Old Republic server code, a persistent world for Neverwinter Nights
40 stars 98 forks source link

String special char issues #4

Closed zunath closed 6 years ago

zunath commented 6 years ago

There are issues when converting special chars from C# to NWN. I think this has something to do with the encoding in the Mono plugin but need to investigate further to be sure.

Problem areas:

Color tokens are wrong (RGB of 0,0,255 ends up being 0,0,62) Degree symbols aren't being displayed properly (another char is displayed instead).

Referenced here too: zunath/Freescape#1

zunath commented 6 years ago

Will be fixed in the next NWNX update.