links

lynx-like text mode web browser
git clone anongit@rnpnr.xyz:links.git
Log | Files | Refs | Feed | README | LICENSE

codepage.inc (213B)


      1 /* Automatically generated by gen-cp */
      2 
      3 static const char *aliases_utf_8 [] = {"utf-8", "utf8", NULL };
      4 
      5 static const struct codepage_desc codepages [] = {
      6 	{ "Unicode UTF-8", aliases_utf_8 },
      7 	{ NULL, NULL }
      8 };