If I use SciTE I can enter some special characters (for
example, ascii 160 to 165). But if I use the ScintillaNET
control, it replaces the characters with ?. How can I
change this behavior?
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.