summaryrefslogtreecommitdiff
path: root/enc/iso_8859_15.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/iso_8859_15.c')
-rw-r--r--enc/iso_8859_15.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/iso_8859_15.c b/enc/iso_8859_15.c
index 066a08c9fb..5180383331 100644
--- a/enc/iso_8859_15.c
+++ b/enc/iso_8859_15.c
@@ -244,7 +244,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
code = 's';
}
}
- else if (code==0xAA || code==0xBA) ;
+ else if (code==0xAA || code==0xBA || code==0xB5) ;
else if ((EncISO_8859_15_CtypeTable[code] & BIT_CTYPE_UPPER)
&& (flags & (ONIGENC_CASE_DOWNCASE|ONIGENC_CASE_FOLD))) {
flags |= ONIGENC_CASE_MODIFIED;