mirror of
https://github.com/apache/nuttx.git
synced 2026-09-28 03:09:13 +08:00
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:
committed by
Alan Carvalho de Assis
parent
b8b0ae9238
commit
2ffb72917d
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user