The Wylie 'M' used to map to TMW7.91, when it should map to TMW7.90.
I've fixed that. I've also added a couple of Unicode mappings to give a flavor for how multi-codepoint mappings will be represented. TM->TMW conversion takes about 1 second per thousand glyphs on my PIII-550. Now linking to BabelPad.
This commit is contained in:
parent
414ab0ded8
commit
5506510c68
2 changed files with 16 additions and 5 deletions
|
@ -306,9 +306,9 @@ The first section of text is the short "introduction" about the Theme and the va
|
||||||
|
|
||||||
<h3>Related Projects<a name="related"></a></h3>
|
<h3>Related Projects<a name="related"></a></h3>
|
||||||
<p>
|
<p>
|
||||||
Below are links to some Java text editors or word processors that we
|
Below are links to some (mainly Java) text editors or word
|
||||||
might learn from or integrate with. This list is by no means
|
processors that we might learn from or integrate with. This list is
|
||||||
comprehensive. I started my search from
|
by no means comprehensive. I started my search from
|
||||||
|
|
||||||
<a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=63&discrim=198">
|
<a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=63&discrim=198">
|
||||||
SF.net's software map</a>,
|
SF.net's software map</a>,
|
||||||
|
@ -323,6 +323,12 @@ The first section of text is the short "introduction" about the Theme and the va
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
The non-open-source
|
||||||
|
<a href="http://uk.geocities.com/babelstone1357/Software/BabelPad.html">
|
||||||
|
BabelPad</a> allows you to create Unicode documents using a
|
||||||
|
THDL Extended Wylie keyboard.
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The GPL'ed
|
The GPL'ed
|
||||||
|
|
||||||
|
|
|
@ -273,8 +273,13 @@ non-TMW character newline in the font Times New Roman appears first at location
|
||||||
<p>
|
<p>
|
||||||
Note also that there is one TMW glyph (TibetanMachineWeb7, glyph 91)
|
Note also that there is one TMW glyph (TibetanMachineWeb7, glyph 91)
|
||||||
that has no Tibetan Machine equivalent. A 72-point copy of the
|
that has no Tibetan Machine equivalent. A 72-point copy of the
|
||||||
alphabet and the Tibetan numbers will be inserted (in TMW) in place
|
Tibetan alphabet will be inserted (in TMW) before this glyph.
|
||||||
of this glyph.
|
Some common-but-illegal TibetanMachine input will also cause the
|
||||||
|
alphabet to appear before the offending glyph. Please use
|
||||||
|
Jskad to convert such documents, as it has better error checking and
|
||||||
|
can tell you just what's wrong. If you ever encounter these
|
||||||
|
problems, please send us mail with the error report (and the problem
|
||||||
|
input document) so that we can improve our tools.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Invoking the Converter</h3>
|
<h3>Invoking the Converter</h3>
|
||||||
|
|
Loading…
Reference in a new issue