sl@0: Mirror Glyph Tool release 001 sl@0: ---------- sl@0: Made by Michael Lang 08 August 2002 sl@0: sl@0: sl@0: - Features: sl@0: * The tool generates a hash table used to locate mirrorglyph characters, using the original character as a key. sl@0: The hash table is stored in C++ format in the form of a .inl file. sl@0: sl@0: sl@0: (Command line options can be found by calling the perl script with the -? option) sl@0: sl@0: sl@0: - Inputs: sl@0: * The script requires the use of an input file which should be named mglyphs.txt sl@0: - Points to note: sl@0: - The input data to place in the file can be found here: sl@0: http://www.unicode.org/Public/3.0-Update1/BidiMirroring-1.txt sl@0: - Take this file and rename it mglpyhs.txt, placing it in the same directory as the tool sl@0: sl@0: sl@0: - Outputs: sl@0: - A HTML file sl@0: - One of the command line options allows for a HTML file to be generated in sl@0: order to display output. sl@0: - This file is called mglyphs.html by default sl@0: sl@0: - A .INL file sl@0: - The tool generates a file called mglyphs.inl by default sl@0: (see command line options for output format)