W
Wijaya Edward
Hi all,
I was trying to split a string that
represent chinese characters below:
['\xc5\xeb\xc7\xd5\xbc']
But why the split function here doesn't seem
to do the job for obtaining the desired result:
['\xc5','\xeb','\xc7','\xd5','\xbc']
Regards,
-- Edward WIJAYA
SINGAPORE
------------ Institute For Infocomm Research - Disclaimer -------------
This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
--------------------------------------------------------
I was trying to split a string that
represent chinese characters below:
['\xc5\xeb\xc7\xd5\xbc']
But why the split function here doesn't seem
to do the job for obtaining the desired result:
['\xc5','\xeb','\xc7','\xd5','\xbc']
Regards,
-- Edward WIJAYA
SINGAPORE
------------ Institute For Infocomm Research - Disclaimer -------------
This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
--------------------------------------------------------