w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

gb2312_gbk.map (239B)


      1 
      2 #define N_gb2312_gbk_map 7
      3 
      4 static wc_map gb2312_gbk_map[ N_gb2312_gbk_map ] = {
      5   { 0xA2A1, 0xA2AA },
      6   { 0xA6E0, 0xA6EB },
      7   { 0xA6EE, 0xA6F2 },
      8   { 0xA6F4, 0xA6F5 },
      9   { 0xA8BB, 0xA8BB },
     10   { 0xA8BD, 0xA8BE },
     11   { 0xA8C0, 0xA8C0 },
     12 };