mirror of
https://github.com/bellard/quickjs.git
synced 2026-05-27 19:09:36 +00:00
added libunicode unicode version (#509)
This commit is contained in:
parent
6b6209802b
commit
d417cafaf0
@ -26,6 +26,11 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* unicode standard version */
|
||||
#define LIBUNICODE_UNICODE_VERSION_MAJOR 17
|
||||
#define LIBUNICODE_UNICODE_VERSION_MINOR 0
|
||||
#define LIBUNICODE_UNICODE_VERSION_PATCH 0
|
||||
|
||||
/* define it to include all the unicode tables (40KB larger) */
|
||||
#define CONFIG_ALL_UNICODE
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user