mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Reinsert part of comment for nVDash; fixes 8e0eda5e4d
This commit is contained in:
parent
66cf866ab6
commit
aa75cade23
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user