Hi !
The internal string management in OCC is unicode so ther should not be any problem, first of all, on what platform are you running OCC ?, Windows95,98 and Me does not have full unicode support so it's possible that this cause some problems, the only other thing I can think of is that there is a problem somewhere in converting between the codepage you are using and unicode or reverse.
If you enter a string, then I guess this is converted to unicode somewhere on the way as I guess you are not entering a unicode string, that's the first place, the second is when it is displayed, I once again guess that it is converted back to ansi....
Sorry, that's all I can think of.
Commenter-1