Changeset 1523


Ignore:
Timestamp:
2000-09-08T21:42:46+12:00 (24 years ago)
Author:
say1
Message:

adding Hindi mapping

File:
1 edited

Legend:

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

    r1494 r1523  
    217217  recpt.add_converter ("g", &gbinconvert, &gboutconvert);
    218218
     219  // arabic
    219220  text_t armapfile = filename_cat (gsdlhome, "unicode", "MAPPINGS");
    220221  armapfile = filename_cat (armapfile, "WINDOWS", "1256.TXT");
     
    225226  recpt.add_converter ("a", &arinconvert, &aroutconvert); 
    226227
     228  // hindi
     229//    armapfile = filename_cat (gsdlhome, "unicode", "MAPPINGS");
     230//    armapfile = filename_cat (armapfile, "ISCII", "Devanagari.txt");
     231//    simplemapinconvertclass arinconvert;
     232//    arinconvert.setmapfile (armapfile);
     233//    simplemapoutconvertclass aroutconvert;
     234//    aroutconvert.setmapfile (armapfile);
     235//    recpt.add_converter ("a", &arinconvert, &aroutconvert); 
     236
    227237
    228238  // the list of actions. Note: these actions will become invalid
Note: See TracChangeset for help on using the changeset viewer.