From 4f258c55e87fe4c0ea7d5703c32890b63295bc23 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 31 Jul 2023 22:38:28 +0200 Subject: Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, mbrtoc32. Add uchar.h accordingly. For the c32 functions, use the internal functions wirtomb and mbrtowi as base, and convert wirtomb and mbrtowi to inline functions calling the c32 functions. Signed-off-by: Corinna Vinschen --- winsup/doc/new-features.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/doc') diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index f2e7a0773..b6d3e3a30 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -50,6 +50,10 @@ Add support for GB18030 codeset. posix_spawn_file_actions_addfchdir_np. + +- New API calls: c16rtomb, c32rtomb, mbrtoc16, mbrtoc32. + + -- cgit v1.2.3