Changeset 596


Ignore:
Timestamp:
1999-09-17T09:39:35+12:00 (25 years ago)
Author:
sjboddie
Message:

added gb converters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/librarymain.cpp

    r586 r596  
    2828/*
    2929   $Log$
     30   Revision 1.13  1999/09/16 21:39:35  sjboddie
     31   added gb converters
     32
    3033   Revision 1.12  1999/09/14 22:42:06  sjboddie
    3134   included utf8 converter
     
    161164  recpt.add_converter ("u", &utf8inconvert, &utf8outconvert);
    162165
     166  mapinconvertclass gbinconvert;
     167  gbinconvert.setmapfile (GSDL_GSDLHOME, "gbku", 0x25a1);
     168  mapoutconvertclass gboutconvert;
     169  gboutconvert.setmapfile (GSDL_GSDLHOME, "ugbk", 0xa1f5);
     170  recpt.add_converter ("g", &gbinconvert, &gboutconvert);
     171
    163172  // the list of actions. Note: these actions will become invalid
    164173  // at the end of this function.
Note: See TracChangeset for help on using the changeset viewer.