Subject: RE: Capitalizing content of a variable
From: Tony Graham <Tony.Graham@xxxxxxxxxxxxxxx>
Date: Thu, 9 Aug 2001 10:13:26 +0100 (BST)
|
Joerg Pietschmann wrote at 9 Aug 2001 10:29:54 +0200:
> You may also include non-ASCII characters in the translation string, if
> necessary. The following can be used to upcase german umlauts:
> <xsl:variable name="lower" select="'äöü'"/>
> <xsl:variable name="upper" select="'ÄÖÜ'"/>
Yes, but that's not going to work for ß, LATIN SMALL LETTER SHARP
S, which has an uppercase mapping to 'SS', is it?
The other classic case is 'i', which has an uppercase mapping to
İ in Turkish and Azeri only.
Regards,
Tony Graham
------------------------------------------------------------------------
Tony Graham mailto:tony.graham@xxxxxxxxxxxxxxx
Sun Microsystems Ireland Ltd Phone: +353 1 8199708
Hamilton House, East Point Business Park, Dublin 3 x(70)19708
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|