Ignore:
Timestamp:
1999-01-06T14:22:01+13:00 (25 years ago)
Author:
rjmcnab
Message:

Switched doc.pl over to use unicode. Changed the importing software to create
a shallower directory structure. Added subject headings to FBPlug. Changed
bylw's indexes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/unicode/MAPPINGS/EASTASIA/GB/makemapfile.pl

    r92 r98  
    312312                      "unicode/MAPPINGS/EASTASIA/GB",
    313313                      "$encoding.TXT");
    314 #    if (!&loadencoding ($encoding, $mapfile)) {
    315     if (!&loadmapencoding ($encoding)) {
     314    if (!&loadencoding ($encoding, $mapfile)) {
     315#    if (!&loadmapencoding ($encoding)) {
    316316    die "couldn't load encoding $encoding";
    317317    }
     
    323323
    324324sub main {
    325     makeencodingmapfile ("GBK");
    326     makeencodingmapfile ("GB2312");
    327     makeencodingmapfile ("GB12345");
    328 }
     325    makeencodingmapfile ("BIG5");
     326#    makeencodingmapfile ("GBK");
     327#    makeencodingmapfile ("GB2312");
     328#    makeencodingmapfile ("GB12345");
     329}
Note: See TracChangeset for help on using the changeset viewer.