dududuil
2010-04-28 09:24:01 UTC
hi,
I have an application that manipulates strings.
Its compiled without _UNICODE.
I'm trying to do:
mySrt.Remove('\r');
My problem is that although all \r are removed correctly, some characters
are beening changed as well !!
I don't read JP, but its clear that some letters had been change after this
\r removal
What is going on here? please help.
I have an application that manipulates strings.
Its compiled without _UNICODE.
I'm trying to do:
mySrt.Remove('\r');
My problem is that although all \r are removed correctly, some characters
are beening changed as well !!
I don't read JP, but its clear that some letters had been change after this
\r removal
What is going on here? please help.