summaryrefslogtreecommitdiff
path: root/enc/iso_8859_13.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/iso_8859_13.c')
-rw-r--r--enc/iso_8859_13.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/enc/iso_8859_13.c b/enc/iso_8859_13.c
index 11b3dda1c9..5607013c80 100644
--- a/enc/iso_8859_13.c
+++ b/enc/iso_8859_13.c
@@ -158,6 +158,10 @@ is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSE
}
static const OnigPairCaseFoldCodes CaseFoldMap[] = {
+ { 0xa8, 0xb8 },
+ { 0xaa, 0xba },
+ { 0xaf, 0xbf },
+
{ 0xc0, 0xe0 },
{ 0xc1, 0xe1 },
{ 0xc2, 0xe2 },