From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 877683858D33; Thu, 16 Feb 2023 19:52:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 877683858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676577155; bh=fTNTDjDlzltV7HJ7ZRxThHjpgddUq2ryrW9UszcgvM4=; h=From:To:Subject:Date:From; b=J1eMJYdbWQ3R2n6Tp0UMe+Nx306AX+is4YjhJJ/IKOuKnxy51sQNNxrJq9ieC0Aa5 OA0IgukwjqnDojoQuEJJj2cdkgFmBuDKR2hkpx6qJJAp9+bEFFPkat1jB+frcR5rgP z+5AjdSbZSttLO1nEJhpfgSyqozPmznRKi0E2BEg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: is_unicode_equiv: fix comment X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: a9a17f5fe51498b182d4a11ac48207b8c7ffe8ec X-Git-Newrev: e4cc9e48462b538253d62109012b90befaaf7bc5 Message-Id: <20230216195235.877683858D33@sourceware.org> Date: Thu, 16 Feb 2023 19:52:35 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3De4cc9e48462= b538253d62109012b90befaaf7bc5 commit e4cc9e48462b538253d62109012b90befaaf7bc5 Author: Corinna Vinschen AuthorDate: Thu Feb 16 20:52:20 2023 +0100 Commit: Corinna Vinschen CommitDate: Thu Feb 16 20:52:20 2023 +0100 Cygwin: is_unicode_equiv: fix comment =20 Signed-off-by: Corinna Vinschen 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) } =20 /* 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.