Community
Participate
Working Groups
Build Identifier: I20110419-2200 OS: Red Hat Linux 6 Eclipse SDK 4.1 JRE: IBM Java 1.6.0 XML Editor fails to handle a string with CJK Extension B as an element name. It marks an error on the string. Reproducible: Always Steps to Reproduce: 1. Download and import TOC_U20B9F.xml, attached to this bug report. 2. Open it with "Table of Content Editor". 3. Click "Source" tab 4. Verify that an unexpected error is marked on <𠮟 />, though the XML Standard allows CJK Extension B in element names.
Created attachment 194035 [details] TOC_U20B9F.xml can be opened with Table of Contents Editor.
Reassigning to the PDE team which owns this editor.
Dani, is a translation problem such as this a priority for the RC builds?
Sorry but the given snippet is not valid XML (try http://validator.w3.org/#validate_by_input): # Warning Line 5, Column 2: character "<" is the first character of a delimiter but occurred as data <𠮟 /> ✉ This message may appear in several cases: * You tried to include the "<" character in your page: you should escape it as "<" * You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe. * Another possibility is that you forgot to close quotes in a previous tag.