Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343795 - DBCS4.1: XML Editor fails to handle CJK Extension B as an element name.
Summary: DBCS4.1: XML Editor fails to handle CJK Extension B as an element name.
Status: RESOLVED INVALID
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-26 01:34 EDT by Masaihko Maedera CLA
Modified: 2011-05-03 11:58 EDT (History)
5 users (show)

See Also:


Attachments
TOC_U20B9F.xml can be opened with Table of Contents Editor. (116 bytes, text/plain)
2011-04-26 01:37 EDT, Masaihko Maedera CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaihko Maedera CLA 2011-04-26 01:34:18 EDT
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 <&#x20B9F; />,
   though the XML Standard allows CJK Extension B in element names.
Comment 1 Masaihko Maedera CLA 2011-04-26 01:37:16 EDT
Created attachment 194035 [details]
TOC_U20B9F.xml can be opened with Table of Contents Editor.
Comment 2 Chris Goldthorpe CLA 2011-04-29 13:55:30 EDT
Reassigning to the PDE team which owns this editor.
Comment 3 Curtis Windatt CLA 2011-05-02 17:14:03 EDT
Dani, is a translation problem such as this a priority for the RC builds?
Comment 4 Dani Megert CLA 2011-05-03 11:58:31 EDT
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

	<&#x20B9F; />

✉

This message may appear in several cases:

    * You tried to include the "<" character in your page: you should escape it as "&lt;"
    * You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    * Another possibility is that you forgot to close quotes in a previous tag.