Re: [PATCH] perlreguts.pod: use the unicode name for ß and show the codepoint
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Fri, 6 Apr 2007 21:41:57 +0000 (21:41 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 12 Apr 2007 13:57:49 +0000 (13:57 +0000)
Message-ID: <51dd1af80704061441v4b972257ta4c95230bdbc47c5@mail.gmail.com>

p4raw-id: //depot/perl@30920

pod/perlreguts.pod

index c61a9cf..577f672 100644 (file)
@@ -694,8 +694,8 @@ Unicode. For instance, in ASCII, it is safe to assume that
 C<sizeof(char1) == sizeof(char2)>, but in UTF-8 it isn't. Unicode case folding is
 vastly more complex than the simple rules of ASCII, and even when not
 using Unicode but only localised single byte encodings, things can get
-tricky (for example, GERMAN-SHARP-ESS should match 'SS' in localised
-case-insensitive matching).
+tricky (for example, B<LATIN SMALL LETTER SHARP S> (U+00DF, E<szlig>)
+should match 'SS' in localised case-insensitive matching).
 
 Making things worse is that UTF-8 support was a later addition to the
 regex engine (as it was to perl) and this necessarily  made things a lot