]> Savannah Git Hosting - gnulib.git/commitdiff
iswcntrl: Mention minor problem on macOS.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Jul 2018 09:29:17 +0000 (11:29 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Jul 2018 09:36:23 +0000 (11:36 +0200)
* doc/posix-functions/iswcntrl.texi: Mention oddity on macOS.

ChangeLog
doc/posix-functions/iswcntrl.texi

index efb6135a364fc759bcef1e1a36a054ef4bdcfd28..07e970c105c8bb5e8f3caeae205b5ef7ef072792 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-27  Bruno Haible  <bruno@clisp.org>
+
+       iswcntrl: Mention minor problem on macOS.
+       * doc/posix-functions/iswcntrl.texi: Mention oddity on macOS.
+
 2018-07-26  Colin Watson  <cjwatson@debian.org>
 
        bootstrap, gnulib-tool: fix translations rsync
index 99eaa0e5e358ed357df0483dad00b8c0d45e67ee..44dd0344634158cc2da151652ed84776c62df470 100644 (file)
@@ -25,4 +25,8 @@ Portability problems not fixed by Gnulib:
 @item
 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
+@item
+This function returns 0 for U+2028 (LINE SEPARATOR) and
+U+2029 (PARAGRAPH SEPARATOR) on some platforms:
+Mac OS X 10.13.
 @end itemize