Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

3-byte character

former_member533538
Participant
0 Likes
623

hi experts,my ERP is unicode 8 system,and i extract a long text,i don't know why, the long text contain some 3-byte character,my question is could i remove these 3-byte characters?

2 REPLIES 2
Read only

Former Member
0 Likes
535

Not enough information to answer your question. could you please elaborate

Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
535

Hi,

I assume you create a utf-8 based file containing characters, which are stored using 3 byte. This can be the case for Asian characters (for utf-8). Removing those characters means that you remove content - and if this is important, then it is at least problematic to remove it ...

Best regards,

Nils Buerckel