JesusGarza - 2004-04-22

Logged In: YES
user_id=1008874

I have found that the problem is the use of
System::Text::Encoding::ASCII in calls like AddText. This
encoding is limited to the first 127 ascii chars. Maybe it could
be changed for System::Text::Encoding::UT8 or UT7.
I haven't been able to make the changes to test this,
because I can't seem to create a usable control with the
code on cvs.
So I am asking Garrett Serack to help us with this one.