|
-
June 27th, 2002, 03:28 AM
#1
Character Encoding
I have document which contains the following:
<?xml version="1.0"?>
<event>
<selections categ="more">
<selection type="Total Cards" sel_id="305655" sel_stat="active" price="5" sel_name="Vålerenga"></selection>
</selections>
</event>
When I load the document, it gives me an error as it contains the special character in "Vålerenga".
I have tried the declaration as <?xml version="1.0" encoding="utf-8"?>, however it still the same.
How should I handle this characters as well as Chinese (unicode) characters?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|