123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118# 1 "Camomile/internal/unimap.ml"(** Unicode <-> Asian charctor codings *)(* Copyright (C) 2002 Yamagata Yoriyuki *)(* This library is free software; you can redistribute it and/or *)(* modify it under the terms of the GNU Lesser General Public License *)(* as published by the Free Software Foundation; either version 2 of *)(* the License, or (at your option) any later version. *)(* As a special exception to the GNU Library General Public License, you *)(* may link, statically or dynamically, a "work that uses this library" *)(* with a publicly distributed version of this library to produce an *)(* executable file containing portions of this library, and distribute *)(* that executable file under terms of your choice, without any of the *)(* additional requirements listed in clause 6 of the GNU Library General *)(* Public License. By "a publicly distributed version of this library", *)(* we mean either the unmodified Library as distributed by the authors, *)(* or a modified version of this library that is distributed under the *)(* conditions defined in clause 3 of the GNU Library General Public *)(* License. This exception does not however invalidate any other reasons *)(* why the executable file might be covered by the GNU Library General *)(* Public License . *)(* This library is distributed in the hope that it will be useful, *)(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *)(* Lesser General Public License for more details. *)(* You should have received a copy of the GNU Lesser General Public *)(* License along with this library; if not, write to the Free Software *)(* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *)(* USA *)(* You can contact the authour by sending email to *)(* yoriyuki.y@gmail.com *)moduletypeType=sigtypemappingvalread_map:mapping->int->inttypemapping_rwvalcreate_mapping_rw:int->mapping_rwvalmapping_rw_to_ro:mapping_rw->mappingvaladd_mapping:mapping_rw->int->int->unittypet={enc_to_ucs:mapping;ucs_to_enc:mapping;}typerw={rw_enc_to_ucs:mapping_rw;rw_ucs_to_enc:mapping_rw;}valcreate_rw:int->int->rwvaladd:rw->int->int->unitvalrw_to_ro:rw->tvalno_char_ucs:t->intvalno_char_enc:t->intvalenc_to_ucs:t->int->intvalucs_to_enc:t->int->intvalof_name:string->tendmoduleMake(Config:ConfigInt.Type):Type=structtypemapping={no_char:int;tbl:Tbl31.Bytes.t}letread_mapmapi=Tbl31.Bytes.getmap.tblitypemapping_rw={rw_no_char:int;mutablerw_tbl:intIMap.t}letcreate_mapping_rwno_char={rw_no_char=no_char;rw_tbl=IMap.empty}letmapping_rw_to_rorw={no_char=rw.rw_no_char;tbl=Tbl31.Bytes.of_maprw.rw_no_charrw.rw_tbl}letadd_mappingmapin=map.rw_tbl<-IMap.addinmap.rw_tbltypet={enc_to_ucs:mapping;ucs_to_enc:mapping}typerw={rw_enc_to_ucs:mapping_rw;rw_ucs_to_enc:mapping_rw}letcreate_rwunused_encunused_ucs={rw_enc_to_ucs=create_mapping_rwunused_ucs;rw_ucs_to_enc=create_mapping_rwunused_enc}letaddmapencucs=add_mappingmap.rw_enc_to_ucsencucs;add_mappingmap.rw_ucs_to_encucsencletrw_to_romap={enc_to_ucs=mapping_rw_to_romap.rw_enc_to_ucs;ucs_to_enc=mapping_rw_to_romap.rw_ucs_to_enc}letno_char_ucsmap=map.enc_to_ucs.no_charletno_char_encmap=map.ucs_to_enc.no_charletenc_to_ucsmapenc=read_mapmap.enc_to_ucsencletucs_to_encmapucs=read_mapmap.ucs_to_encucsletloaded=Hashtbl.create0letof_namename:t=tryletb=Hashtbl.findloadednameinmatchWeak.getb0withNone->Hashtbl.removeloadedname;raiseNot_found|Somex->xwithNot_found->letmap=Database.readConfig.unimapdir"mar"input_valuenameinletb=Weak.create1inWeak.setb0(Somemap);Hashtbl.addloadednameb;mapend