equal
deleted
inserted
replaced
|
1 Mirror Glyph Tool release 001 |
|
2 ---------- |
|
3 Made by Michael Lang 08 August 2002 |
|
4 |
|
5 |
|
6 - Features: |
|
7 * The tool generates a hash table used to locate mirrorglyph characters, using the original character as a key. |
|
8 The hash table is stored in C++ format in the form of a .inl file. |
|
9 |
|
10 |
|
11 (Command line options can be found by calling the perl script with the -? option) |
|
12 |
|
13 |
|
14 - Inputs: |
|
15 * The script requires the use of an input file which should be named mglyphs.txt |
|
16 - Points to note: |
|
17 - The input data to place in the file can be found here: |
|
18 http://www.unicode.org/Public/3.0-Update1/BidiMirroring-1.txt |
|
19 - Take this file and rename it mglpyhs.txt, placing it in the same directory as the tool |
|
20 |
|
21 |
|
22 - Outputs: |
|
23 - A HTML file |
|
24 - One of the command line options allows for a HTML file to be generated in |
|
25 order to display output. |
|
26 - This file is called mglyphs.html by default |
|
27 |
|
28 - A .INL file |
|
29 - The tool generates a file called mglyphs.inl by default |
|
30 (see command line options for output format) |