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