[fix] NUM_CHARS => NUM_CODEPOINTS
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#define NUM_CHARS 65536
|
||||
#define NUM_CODEPOINTS 65536
|
||||
#define MAX_LANGS 122
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user