cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

chinese text problem

Former Member
0 Likes
1,069

while pasting chinese text in sapscript it is pasting as ??? ,. why it is happening.

View Entire Topic
Former Member
0 Likes

Hi Apraveen,

Let me explain what is happening,

When you type in character in any language then in the memory level it is encoded in binary representation.

Say for example A has ASCII value 64, so when you paste it to some other place it should also understand the encoding format then only it will represent this 64 value to A.

So for example 嗨,你好吗 is encoded in Unicode Format and most of the browsers support Unicode encoding so you are able to view it.

But if the source and target entities does not have the same encoding format then it would either display boxes or ??? just to give warning that the encoding is not supported.

Hope it help. For further details browse through articles on Unicode.

Cheers

Ajay