diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-09 21:58:32 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-09 21:58:32 +0100 |
commit | 01a4211b9bc358a80b306a720fad488585422b8b (patch) | |
tree | f2221769a7e74d58c105912d4fa96e1a23d30f1f | |
parent | d59ba50b600dc5560211ba236772cad1d43e5a05 (diff) | |
download | sciteco-01a4211b9bc358a80b306a720fad488585422b8b.tar.gz |
Clarify `symcasecmp` macro in string.tes
-rw-r--r-- | lib/string.tes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/string.tes b/lib/string.tes index 93568e1..669b288 100644 --- a/lib/string.tes +++ b/lib/string.tes @@ -1,6 +1,7 @@ ! String utility macros ! -! <pos1,pos2>M[symcasecmp] - Compare symbol at pos1 with symbol at pos2 (caseless) ! +! <pos1,pos2>M[symcasecmp] - Compare symbol at pos1 with symbol at pos2 (caseless) + this case-folds to lower case so "_"<"A" which is compatible with g_ascii_strcasecmp() ! @[symcasecmp]{ U.2U.1 -.%.1 -.%.2 @.#lo{ |