summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-03-15 00:34:08 +0100
committerpgen <p.gen.progs@gmail.com>2021-03-15 00:34:08 +0100
commit9fff807c8835fb89b4757c8a063f350f85054353 (patch)
tree2937e75f1eccab7d472bf551bb6d1210000858a6 /utf8.c
parentf28f9866bad8629fc66ed56ce524464ffb840158 (diff)
Improve a comment
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. */
/* ============================================================== */