Skip to Content
0
Former Member
Jan 24, 2011 at 07:05 AM

how to convert UTF-16 to UTF-8

1819 Views

data source is 'ъѓъѓ№ѓфчр Фюыр№ 80Ъ ', it is Ukraine.

I want to remove the blank, but no matter which key word in SAP I use, it doesn't work. i checked hexadecimal of the space from the text above , it is 00A0, but actually system only regard 0020 as space. i checked on internet, the space of the text should be encoded with UTF-16 and system is UTF-8, 00A0 is extended ASCII, so 00A0 can't be seen in SAP system.

my question is in this situation, how can a remove the space?