Problem to use special characters when compound with unicode chars.

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
Hi
i have a problem to use special characters such as / or or , when i use it along with unicode characters. it cause which my string corrupt and can not display correctly in textBox. for example, suppose this char u is my unicode char, here
is my original (correct) string : uu/123
but it display incorrectly : 123/uu
is there any way to handle textChanged event (or any other events) of my textBox to solve this problem ?
can anybody help me ?
thanks in advance <hr class="sig http://www.codeproject.com/KB/codegen/DatabaseHelper.aspx

View the full article
 
Back
Top