The character U+ff0c "," could be confused with the ASCII character U+002c ",", which is more common in source code.

This commit is contained in:
ThomasNS
2023-10-03 16:53:12 -04:00
committed by Alan Carvalho de Assis
parent b8b0ae9238
commit 2ffb72917d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
****************************************************************************/
#define NL_ITEM(cat, index) (((cat) << 16) | (index))
#define NL_LOCALE_NAME(cat) NL_ITEM((cat), (0xffff))
#define NL_LOCALE_NAME(cat) NL_ITEM((cat), (0xffff))
#define CODESET NL_ITEM(LC_CTYPE, 0x0e)