Unicode doesn't cover whole unicode character set?
Hello!
I have 2 edit boxes and a button. The button press just copies the entry from the first edit box into the second. Now put your end-user language to japanese and put a japanese character into the first box, press the button. You will see the japanese character displaying right. Now lets put another character from some different language set, for example, russian, will also display all right. Now put a german ä into the first box, but, somehow, now the output will be a simple a; same with ö, ü. But everything goes right again by putting the end-user language to german, but then, no russian or japanese characters will work anymore, the output is somewhat like "????". My character encoding options are Input ANSI (would like to put Unicode here, but it's not available), Output Unicode.
Maybe I don't understand how it does work correctly?
Thanks,
2xD.