]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: add more UTF-32 helper functions
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 20 Feb 2023 21:29:37 +0000 (22:29 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 20 Feb 2023 21:29:37 +0000 (22:29 +0100)
commitffba9604d10fa0df27eea5e1930a215086608581
tree0384d97cf7f7ea1b6a1bc01cff28ae3b9b4c81ed
parent1cbe4b3dccf1d2f6bb443bb84dc50197b0e58bc4
Cygwin: add more UTF-32 helper functions

wcintowcs: convert UTF-16 to UTF-32 string
wcilen: return number of characters in a UTF-32 string
wcincmp: compare two fixed-size UTF-32 strings

Used in followup patches introducing collating symbols

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/local_includes/wchar.h
winsup/cygwin/strfuncs.cc
This page took 0.029054 seconds and 5 git commands to generate.