[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Detection of non-Unicode characters


utf8 detection
Mark Feblowitz wrote:
> We've gotten ourselves in a slight muddle. We've copied Word documentation
> into (many) xs:annotation blocks in our UTF-8 .xsd files (there are around
> 300 files). In the process, we have apparently brought along some
> non-Unicode characters. This is not tolerated equally well by all tools.

I love that last sentence.  Your problem is probably subtly different 
from as stated, which might even make the a difference in the solution. 
  It could be the case that the file has bytes that are not actually a 
UTF-8 encoding of any character, for example the hex sequence 0AC0C0 
cannot possibly occur in UTF8.

I'm not aware of any command-line tools for catching this, but you could 
write your own in C in a couple of hours with a copy of the UTF8 rules 
handy; it wouldn't be XML-specific.

Second possible problem is that the UTF-8 is good but it encodes Unicode 
characters that aren't allowed in XML, like for example  - any 
decent XML parser should catch this and give you helpful error messages, 
if you have an expat around your system (and a lot of people do these 
days) "xmlwf [filename here]" will do the trick.  D'oh, now that I think 
about it in fact I bet xmlwf (or equivalent) would probably catch the 
UTF8 breakage too.  -Tim


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.