Czech Win (EASTEUROPE_CHARSET) and Danish characters FAIL

  • Hi,

    I finally found the reason, why WPTools isn't showing correct danish characters.

    The reason is because you are using array WPToUnicodeW to convert chars 127 to 255 to other chars before drawing them. If I removed this code (just let the chars to be as entered) and then all troubles gone away. I must removed also the same code for saving char as HTML etc... The WPToUnicodeW array is used in 5 or 6 methods.

    Are there any side efects of not doing this conversion?

    Thanks for your help.