[BACK]Return to term_ascii.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term_ascii.c between version 1.62 and 1.63

version 1.62, 2018/08/18 15:17:03 version 1.63, 2018/08/21 16:06:48
Line 310  ascii_uc2str(int uc)
Line 310  ascii_uc2str(int uc)
         "<88>", "<89>", "<8A>", "<8B>", "<8C>", "<8D>", "<8E>", "<8F>",          "<88>", "<89>", "<8A>", "<8B>", "<8C>", "<8D>", "<8E>", "<8F>",
         "<90>", "<91>", "<92>", "<93>", "<94>", "<95>", "<96>", "<97>",          "<90>", "<91>", "<92>", "<93>", "<94>", "<95>", "<96>", "<97>",
         "<98>", "<99>", "<9A>", "<9B>", "<9C>", "<9D>", "<9E>", "<9F>",          "<98>", "<99>", "<9A>", "<9B>", "<9C>", "<9D>", "<9E>", "<9F>",
         nbrsp,  "!",    "/\bc", "GBP",  "o\bx", "=\bY", "|",    "<section>",          nbrsp,  "!",    "/\bc", "-\bL", "o\bx", "=\bY", "|",    "<section>",
         "\"",   "(C)",  "_\ba", "<<",   "~",    "",     "(R)",  "-",          "\"",   "(C)",  "_\ba", "<<",   "~",    "",     "(R)",  "-",
         "<degree>","+-","^2",   "^3",   "'","<micro>","<paragraph>",".",          "<degree>","+-","^2",   "^3",   "'","<micro>","<paragraph>",".",
         ",",    "^1",   "_\bo", ">>",   "1/4",  "1/2",  "3/4",  "?",          ",",    "^1",   "_\bo", ">>",   "1/4",  "1/2",  "3/4",  "?",

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

CVSweb