Module Agrep.Iso8859_15

module Iso8859_15: sig .. end
Useful translation tables for the ISO 8859-15 (Latin-1 with Euro) character set.

val case_insensitive : string
Translation table identifying uppercase and lowercase letters.
val accent_insensitive : string
Translation table identifying accented letters with the corresponding non-accented letters, while still preserving case.
val case_and_accent_insensitive : string
Translation table identifying accented letters with the corresponding non-accented letters, and uppercase and lowercase letters.