|
|
| Author |
Message |
Joe_Song
New User
Joined: 22 Jan 2008 Posts: 23 Location: china
|
|
|
|
| how i can convert unicode to binary? because i have a project needs to do this? any idea? |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 22, 2008 9:51 am Post subject: Re: How to convert character from Unicode to Binary? |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7924 Location: 221 B Baker St
|
|
|
|
Hello,
It may help if you post a few examples of what you "have" and what you want as output from the conversion. |
|
| Back to top |
|
 |
Joe_Song
New User
Joined: 22 Jan 2008 Posts: 23 Location: china
|
|
|
|
In fact the data in dataset is display by hex as below:
2222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000
You can see all show '20'x, but in fact there is some value in it, but i can't see them even use hex. the data is stored in table using ibm-950 code page. when i extract to dataset, it shows all '20'x, i think maybe it is zipcode , but not understand what happened, anyone can tell me? |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7924 Location: 221 B Baker St
|
|
|
|
Hello,
If all of the data currently in the file is x'20', it sounds like the file transfer was made in binary and the content was all ascii spaces. |
|
| Back to top |
|
 |
Joe_Song
New User
Joined: 22 Jan 2008 Posts: 23 Location: china
|
|
|
|
| but where is the real value? because when i select the field in brio, it shows some value beween the spaces, so why i can't see the value in the dataset? just see all the 20? |
|
| Back to top |
|
 |
|
|