CDATA by any other name... (was The raw and the cooked)
david at megginson.com
david at megginson.com
Wed Nov 4 11:49:30 GMT 1998
Ronald Bourret writes:
> Why not? This would be very useful for constraining what can be
> put into a database, many (most?) of which do not support Unicode.
There are three, much better choices for specific problems like this:
1. Have the application throw an error if an out-of-range character
appears.
2. Convert the text to UTF-8 before storing it in the database (UTF-8
and ASCII are identical up to 0x7f)
3. Escape non-ASCII characters with character references before
storing the text in the database.
As I mentioned before, it's always better to be explicit about this
kind of thing -- syntactic subtlety is a bad thing.
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list