summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 03c9514..75c8246 100644
--- a/utf8.c
+++ b/utf8.c
@@ -535,6 +535,7 @@ utf8_strtowcs(char * s)
}
/* ============================================================== */
+/* Poor man UTF-8 aware strtolower version. */
/* Replaces all ASCII characters in src by its lowercase version. */
/* dst must be preallocated before the call. */
/* ============================================================== */