Files
mdbtools/src/util
Evan Miller a44a8ed8ae Postgres-style ILIKE operator (with Unicode support) (#244)
Access's `LIKE` is actually case-insensitive, but to prevent breaking existing
programs that rely on mdbtools' case-sensitive behavior, introduce a new
`ILIKE` operator to perform a case-insensitive match. Use GLib's `g_utf8_casefold`
to make the comparison UTF-8 aware. A "poor man's" version is implemented
in fakeglib, which relies on `towlower`, and won't work with multi-grapheme
case transformations (e.g. German Eszett).

Fixes #233
2021-08-04 14:45:31 -04:00
..
2020-10-27 00:05:26 +01:00
2021-04-05 09:04:29 -04:00
2013-07-15 02:42:12 +02:00
2013-07-15 02:42:12 +02:00
2013-07-15 02:42:12 +02:00
2013-07-15 02:42:12 +02:00
2013-07-15 02:42:12 +02:00
2013-07-15 02:42:12 +02:00
2013-07-15 02:42:12 +02:00