Browse Source

Fix the UCD version in the comments.

master
Reece H. Dunn 7 years ago
parent
commit
ed4d82c61b
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      src/case.c
  2. 1
    1
      src/categories.c
  3. 1
    1
      src/scripts.c

+ 1
- 1
src/case.c View File



#include <stddef.h> #include <stddef.h>


/* Unicode Character Data 9.0.0 */
/* Unicode Character Data 10.0.0 */


struct case_conversion_entry struct case_conversion_entry
{ {

+ 1
- 1
src/categories.c View File

#define Zs UCD_CATEGORY_Zs #define Zs UCD_CATEGORY_Zs
#define Ii UCD_CATEGORY_Ii #define Ii UCD_CATEGORY_Ii


/* Unicode Character Data 9.0.0 */
/* Unicode Character Data 10.0.0 */


static const uint8_t categories_Cn[256] = static const uint8_t categories_Cn[256] =
{ {

+ 1
- 1
src/scripts.c View File

#define Zyyy UCD_SCRIPT_Zyyy #define Zyyy UCD_SCRIPT_Zyyy
#define Zzzz UCD_SCRIPT_Zzzz #define Zzzz UCD_SCRIPT_Zzzz


/* Unicode Character Data 9.0.0 */
/* Unicode Character Data 10.0.0 */


static const uint8_t scripts_Latn[256] = static const uint8_t scripts_Latn[256] =
{ {

Loading…
Cancel
Save