View Single Post
  #7  
Unread 05-14-2007, 08:35 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

It's no question of the editor. The problem is that the game internally stores the characters in a non-UTF format, likely äöü is represented internally as %C3%A4%C3%B6%C3%B. The problem is that we have no function available to convert UTF strings into the internal format - at least noone has found such a function yet to the best of my knowledge - and we cannot modify individual characters in strings to perform a manual conversion.

So while we can properly encode äöü in a file, we cannot use these values in any way other than just to display them without breaking the encoding.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote