• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D07-Nov-2020960 2017

mapcns1.cH A D07-Nov-20205.9 KiB210190

mapgb1.cH A D07-Nov-20205 KiB179158

mapjapan1.cH A D07-Nov-202016 KiB423380

mapjapan2.cH A D07-Nov-20203.7 KiB149133

mapkorean.cH A D07-Nov-20205 KiB184161

README

1These files are used for building pfaedit cidmap files given adobe's
2cid2code.txt files. Adobe's files may be found at
3	ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/
4Each cidmap file has a different generation file (it should be obvious what
5goes with what). cidmaps should be generated by:
6	$ gcc -o map mapjapan1.c
7	$ map <aj14/cid2code.txt >Adobe-Japan1-4.cidmap
8(or whatever file you are trying to generate)
9
10updated info - 2016oct31, This may help in generating files.
11gcc -s -I../../../inc -o mapcns1 mapcns1.c
12gcc -s -I../../../inc -o mapgb1 mapgb1.c
13gcc -s -I../../../inc -o mapjapan1 mapjapan1.c
14gcc -s -I../../../inc -o mapjapan2 mapjapan2.c
15gcc -s -I../../../inc -o mapkorean mapkorean.c
16
17After running generate.sh, there can be several files in directory raw, eg.
18./mapgb1  <../../../Unicode/charset/raw/ag15/cid2code.txt >../Adobe-GB1-5.cidmap
19./mapjapan1  <../../../ffn_u/Unicode/charset/raw/aj16/cid2code.txt >../Adobe-Japan1-6.cidmap
20