Changeset 586


Ignore:
Timestamp:
1999-09-15T10:42:06+12:00 (25 years ago)
Author:
sjboddie
Message:

included utf8 converter

File:
1 edited

Legend:

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

    r584 r586  
    2828/*
    2929   $Log$
     30   Revision 1.12  1999/09/14 22:42:06  sjboddie
     31   included utf8 converter
     32
    3033   Revision 1.11  1999/09/14 22:03:27  sjboddie
    3134   now reads in collections from a file to avoid recompiling
     
    153156  recpt.add_protocol (&nproto);
    154157
     158  // add other converters
     159  utf8inconvertclass utf8inconvert;
     160  utf8outconvertclass utf8outconvert;
     161  recpt.add_converter ("u", &utf8inconvert, &utf8outconvert);
     162
    155163  // the list of actions. Note: these actions will become invalid
    156164  // at the end of this function.
Note: See TracChangeset for help on using the changeset viewer.