Next in thread → Next in month →

Re: [xml-dev] xslt string units

From
Andrew Welch <>
To
Vincent De Groote <>
Date
2009-03-12T22:51:53Z
ID
<>
Thread
Re: [xml-dev] xslt string units

> Does the string functions (string-length, substring, ... ) work with Unicode
> character units, or the implementation code point units ?
> If they count as implementation code point units, does it have a fixed type
> (like utf16) ?  Or is it implementation dependant ?


afaiu, utf-16 is still variable length, as some characters are "surrogate pairs", so 2 lots of 16 bits.

Either way, the string functions count characters, not bytes, so you don't have to worry about the underlying encoding.




--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Next in thread → Next in month →