on 2009 Nov 06 3:47 AM
while pasting chinese text in sapscript it is pasting as ??? ,. why it is happening.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.