G
Guest
Hi all
I brought a string from a .txt file which was saved like utf-8.
In the .txt file i have this string "frédéric".My problem is that when i
read this file .txt,the bytes of é are like this : 101,180.
é length are 2 in utf-8 file.how can i change this 2 length to 1.
my problem that i want to use é like 233 byte and not like 2 bytes 101,180
please help me
can i correct this problem after read the .txt file
I brought a string from a .txt file which was saved like utf-8.
In the .txt file i have this string "frédéric".My problem is that when i
read this file .txt,the bytes of é are like this : 101,180.
é length are 2 in utf-8 file.how can i change this 2 length to 1.
my problem that i want to use é like 233 byte and not like 2 bytes 101,180
please help me
can i correct this problem after read the .txt file