diff --git a/Unicode/entities.txt b/Unicode/entities.txt index 786bd862..1d4871f1 100644 --- a/Unicode/entities.txt +++ b/Unicode/entities.txt @@ -696,7 +696,7 @@ mnplus ISOtech 0x2213 # MINUS-OR-PLUS SIGN models ISOamsr 0x22A7 # MODELS mu ISOgrk3 0x03BC # GREEK SMALL LETTER MU mumap ISOamsa 0x22B8 # MULTIMAP -nVDash ISOamsn 0x22AF # NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT +nVDash ISOamsn 0x22AF # NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNS nVdash ISOamsn 0x22AE # DOES NOT FORCE nabla ISOtech 0x2207 # NABLA nacute ISOlat2 0x0144 # LATIN SMALL LETTER N WITH ACUTE diff --git a/src/intl/entity.inc b/src/intl/entity.inc index 3108bab8..8e3025ab 100644 --- a/src/intl/entity.inc +++ b/src/intl/entity.inc @@ -651,7 +651,7 @@ struct entity { char *s; unicode_val_T c; } entities [1002] = { { "models", 0x22A7 }, /* MODELS */ { "mu", 0x03BC }, /* GREEK SMALL LETTER MU */ { "mumap", 0x22B8 }, /* MULTIMAP */ - { "nVDash", 0x22AF }, /* NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT */ + { "nVDash", 0x22AF }, /* NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNS */ { "nVdash", 0x22AE }, /* DOES NOT FORCE */ { "nabla", 0x2207 }, /* NABLA */ { "nacute", 0x0144 }, /* LATIN SMALL LETTER N WITH ACUTE */ @@ -1005,4 +1005,4 @@ struct entity { char *s; unicode_val_T c; } entities [1002] = { { NULL, 0 } }; -#define N_ENTITIES 1001 +#define N_ENTITIES 1001