https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e4cc9e48462b538253d62109012b90befaaf7bc5
commit e4cc9e48462b538253d62109012b90befaaf7bc5 Author: Corinna Vinschen <[email protected]> AuthorDate: Thu Feb 16 20:52:20 2023 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Thu Feb 16 20:52:20 2023 +0100 Cygwin: is_unicode_equiv: fix comment Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/nlsfuncs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/nlsfuncs.cc b/winsup/cygwin/nlsfuncs.cc index f3701312b92b..aa7e8434d7cf 100644 --- a/winsup/cygwin/nlsfuncs.cc +++ b/winsup/cygwin/nlsfuncs.cc @@ -1196,7 +1196,7 @@ __collate_range_cmp (int c1, int c2) } /* Check if UTF-32 input character `test' is in the same equivalence class - as the multibyte char in `equiv'. + as UTF-32 character 'eqv'. Note that we only recognize input in Unicode normalization form C, that is, we expect all letters to be composed. A single character is all we look at.
