handpick and add named entity to the shorter named entities list - webdump - HT… | |
git clone git://git.codemadness.org/webdump | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 16f2855bb159b11fd58bc0ccdf9069c00b0bafaa | |
parent 62bfd8b37f4b929e5f5a0f06c4cf90e7e07387a9 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 8 Sep 2023 15:43:06 +0200 | |
handpick and add named entity to the shorter named entities list | |
Diffstat: | |
M namedentities.h | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/namedentities.h b/namedentities.h | |
@@ -60,3 +60,4 @@ | |
{ "times;", 0x000D7 }, /* MULTIPLICATION SIGN */ | |
{ "trade;", 0x02122 }, /* TRADE MARK SIGN */ | |
{ "yen;", 0x000A5 }, /* YEN SIGN */ | |
+{ "zwnj;", 0x0200C }, /* ZERO WIDTH NON-JOINER */ |