I use the TStringStream to read an XML file. All works well, except for reading the Euro sign.
>From within the file delicered from the customer; the euro sign is $AC . Reading this file within any windows viewer, It a proper E sign. However, within the read string from my xlm parser, it a secial char ( something like a ----i ). Exporting a Euro sign will result in a € and this will be re-imported properly. Viewing a E sign after typing it into a notepad txt, will result in a $80.
Can I use a TStringStream via the property DataString to read unicode characters? Browsing the internet, it seems that the char $20AC is to correct way to show the original eurosign. Should I change my way to read unicode strings/ characters?
Any ideas?
Andries
---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
[Non-text portions of this message have been removed]
-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]
SPONSORED LINKS
| C programming language | Computer programming languages | Java programming language |
| The c programming language | C programming language | Concept of programming language |
YAHOO! GROUPS LINKS
- Visit your group "delphi-en" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

