1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/graphicsdeviceinterface/gdi/mglyph/release.txt Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,30 @@
1.4 +Mirror Glyph Tool release 001
1.5 +----------
1.6 +Made by Michael Lang 08 August 2002
1.7 +
1.8 +
1.9 +- Features:
1.10 +* The tool generates a hash table used to locate mirrorglyph characters, using the original character as a key.
1.11 +The hash table is stored in C++ format in the form of a .inl file.
1.12 +
1.13 +
1.14 +(Command line options can be found by calling the perl script with the -? option)
1.15 +
1.16 +
1.17 +- Inputs:
1.18 +* The script requires the use of an input file which should be named mglyphs.txt
1.19 + - Points to note:
1.20 + - The input data to place in the file can be found here:
1.21 + http://www.unicode.org/Public/3.0-Update1/BidiMirroring-1.txt
1.22 + - Take this file and rename it mglpyhs.txt, placing it in the same directory as the tool
1.23 +
1.24 +
1.25 +- Outputs:
1.26 + - A HTML file
1.27 + - One of the command line options allows for a HTML file to be generated in
1.28 + order to display output.
1.29 + - This file is called mglyphs.html by default
1.30 +
1.31 + - A .INL file
1.32 + - The tool generates a file called mglyphs.inl by default
1.33 + (see command line options for output format)