We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

[sap-dev] xstring to string

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Question from mic-bv on Apr 24 at 3:15 AM
I need to convert a xstring to a string, something without conversion.

Meaning, as an example,
xstring contains 3C3F786D6C2076657273696F
string should contain that value as hex, not as character-value.

When assigning
string = xstring

the value of string would be "3C3F786D6C2076657273696F"
instead of "<?xml version=" as unicode 8.

All the functions etc. I found so far, would convert it to an string with 2-byte-unicode, reads as hex 003C003F0078006D006C002000760065007200730069006F


Background:
For reading a xml structure from a file, I open that file in binary mode and append the contents to a string. That string is given into xml conversion, telling it is utf-8. However, in Debugger that string is displayed as some chinese characters, since interpreted as utf-16 (2 Byte Unicode), but the result is fine. However, now I get some XML Infiles with some smaller problems in the file, which I like to solve. I just can't change the 1-byte-unicode-string, since it is interpreted as it was 2-byte-unicode. So I translated it into 2-byte, made the necessary changes and converted it back. Unfortunally, the result is only possible as xstring / xchar-array, which I cannot convert in the desired way into a string.
 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2013 Ziff Davis, Inc. and message author.
Ziff Davis, Inc. 28 E 28th Street New York, NY 10016
mic-bv  

What title?
achievements
 
View this online
Ask a new question
 
In the Spotlight
Become a blogger at Toolbox.com and share your expertise with the community. Start today.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language