xsl-list
[Top] [All Lists]

[xsl] Will every XSLT processor reduce upper-case('ß') to SS ?

2013-01-05 04:08:31
Hi Folks,

Here is a common German surname: 

      Strauß

I used SAXON to convert the surname to uppercase:

    upper-case('Strauß')                        returns STRAUSS

Notice that ß was converted to SS.

According to Wikipedia [1] there is ambiguity about whether ß should be upcased 
to SS or S.

Will every XSLT processor reduce upper-case('ß') to SS or will some reduce 
upper-case('ß') to S?

In other words, is this a "processor-specific" functionality?

/Roger

[1] http://en.wikipedia.org/wiki/Capital_%E1%BA%9E


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--