summaryrefslogtreecommitdiff
path: root/cpan/Encode/encengine.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Encode/encengine.c')
-rw-r--r--cpan/Encode/encengine.c2
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)
*/