diff options
Diffstat (limited to 'cpan/Encode/encengine.c')
-rw-r--r-- | cpan/Encode/encengine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Encode/encengine.c b/cpan/Encode/encengine.c index 255e4d789b..efe198a17d 100644 --- a/cpan/Encode/encengine.c +++ b/cpan/Encode/encengine.c @@ -81,7 +81,7 @@ This scheme can also handle shift encodings. A slight enhancement to the scheme also allows for look-ahead - if we add a flag to re-add the removed byte to the source we could handle - a" -> ä + a" -> U+00E4 (LATIN SMALL LETTER A WITH DIAERESIS) ab -> a (and take b back please) */ |