talking about encoding, I used to be able to handle non-ascii characters for my localized class names functionality just fine (stuff like äöüéèô). The were properly encoded when saved with UIbuilder. Either the encoding has been changed or there is a bug in decoding these things. The text comparison I did regarding the classnames now appears to return true once such a special character is encountered regardless of whether the string really matches.
|