URI:
       tnamed entities: add ® - webdump - [FORK] git://git.codemadness.org/webdump
  HTML git clone git://git.z3bra.org/webdump.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 14ce2c581f0b10a0ce502c5fc2cd6b6618705169
   DIR parent 704af411d72351174342dda310c134da407ec0cb
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 28 Nov 2019 22:23:56 +0100
       
       named entities: add &reg;
       
       Diffstat:
         M namedentities.h                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/namedentities.h b/namedentities.h
       t@@ -32,6 +32,7 @@
        { "COPY;", 0x000A9 }, /* COPYRIGHT SIGN */
        { "trade;", 0x02122 }, /* TRADE MARK SIGN */
        { "TRADE;", 0x02122 }, /* TRADE MARK SIGN */
       +{ "reg;", 0x000AE }, /* REGISTERED SIGN */
        { "ensp;", 0x02002 }, /* EN SPACE */
        { "emsp;", 0x02003 }, /* EM SPACE */
        { "dagger;", 0x02020 }, /* DAGGER */