http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2511 *** shadow/2511 Mon Jul 9 03:30:59 2001 --- shadow/2511.tmp.8717 Mon Jul 9 03:30:59 2001 *************** *** 0 **** --- 1,43 ---- + +============================================================================+ + | XML serializer does not escape non-ASCII characters. | + +----------------------------------------------------------------------------+ + | Bug #: 2511 Product: Cocoon 2 | + | Status: NEW Version: 2.0b1 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: sitemap components | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I am trying to use some country/language specific characters with Cocoon2. Just + as a test, I replaced the "o" in "Hello" on the "Hello World" examples page + with an ö (o with two dots over it), ö, making it: + + <page> + <title>Hellö</title> + <content> + <para>This is my first Cocoon2 page!</para> + </content> + </page> + + + The HTML example correctly serializes this to "Hellö", but the XML/WAP + serializer converts it to + + <card title="Hellö" id="index"> + + instead of + + <card title="Hellö" id="index"> + + . + + WinWap handles this without any problems, but the Nokia WAP toolkit, and the + 7110 emulator that goes with it, chokes on this. + + This would be solved if all non-ASCII characters were properly escaped. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]