Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Re: New to XML >Thread Next - Re: New to XML Re: New to XMLTo: NULL Date: 12/4/2008 8:10:00 AM On Dec 4, 5:11=A0pm, Martin Honnen <mahotr...@yahoo.de> wrote: > jodleren wrote: > > <?xml version=3D"1.0" ?> > > <article> > > =A0<date>20081111</date> > > =A0<author>name with non english characters</author> > > =A0<header1>text with non english characters</header1> > > </article> > > > the problem is non english characters - how do I store e.g. ø > > or õ in there? > > XML uses and supports Unicode so simply use an editor that supports > Unicode to edit and save your XML documents, that way you can use > characters directly and don't need any character or entity references. Well, that does not work either. Both cases fail: <?xml version=3D"1.0" standalone=3D"yes"?> <document> <aphorism>Shit happens</aphorism> <author>unknown</author> <language>English</language> <more>=D8</more> </document> <?xml version=3D"1.0" standalone=3D"yes"?> <document> <aphorism>Shit happens</aphorism> <author>unknown</author> <language>English</language> <more>Ø</more> </document> and they fail at the same line - both & and even &slash; (someone suggested that) and =D8 fail.... how do I overcome this? WBR Sonnich | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
