This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XSL and international characters


Chris Bayes wrote:
> 
> And! What does it say?
> If you want me to stare at another w3 spec for hours you will have to
> wait until tomorrow evening

It states that international characters should be encoded in UTF-8 in
URLs. Byte sequences of UTF-8 are writen as %xx in URLs. This means that
%C5%82 is character which is in UTF-8 represented by sequence of two
bytes C5 82. Hower this doesn't represents Unicode character U+C582, but
U+0142 (latin small letter l with stroke -- ł). 
Only problem is that many applications treat URL not as UTF-8 encoded,
but ISO-8859-1 encoded.

		Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]