Re: Indicating browser support for XHTML1.0

"Christian Wolfgang Hujer" <Christian.Hujer@itcqis.com> writes:

> > So, in this language there are many "special character", whats are well
> > represented in iso-8859-2,
> > but quite slow to type their etnities.
> 
> which is of no interest because you simple use an XSLT copy transformation
> that reads iso-8859-2 and writes ASCII. It's all so simple :)

                                   ^^^^^

I assume that you mean UTF-8, not ASCII.

The use of an XSLT engine for this might be viewed as "overkill".

It is not unreasonable to expect that one's editing interface has
provision for keyboard entry of the user's local character set with
saving in UTF-8.  Another approach would be using a parser that reads
the local character set and re-writes the document in XML form under
UTF-8.  (SP can do this.)

                                    -- Bill

Received on Thursday, 22 November 2001 17:21:32 UTC