At 02:59 PM 12/2/2002 +0100, Gour wrote:
Hans Hagen (pragma@wxs.nl) wrote:
sure, but for that i need input on how those vector look like; xtag-utf is a starting point, but i also need the second 'bank', so whoi can
Where can I get some more info how this xtag-utf vector should look like?
in xtag-utf.tex in .../tex/context/base (at least in my version and the beta)
(1) provide me with proper test files (can be simple text with utf 8 text)
UTF-8_and_Unicode_FAQ has some test files and I'm sure this step is not a problem.
So, where can i find that doc?
(2) provide the mapping list in terms of <nr><nr> => \namedglyph
I need some explanation: e.g. amacron (small latin letter "a" with macron") has Unicode code U+0101. When I look within Vim (g8 function) it shows me that it has "c4 81" hex value in UTF-8 encoding.
In this way it's possible to get Unicode code & hex value in UTF-8 encoding.
So, I'm interested, what would be the correct entry for the above mentioned list in the case for amacron:
a) c4 81 -> amacron b) 0101 -> amacron
or something else?
so, c4 is the trigger, and 81 the character; this means that the function attached to c4 has to map the 81 onto \amacron can you make me a file with a list like: amacron : 01/01 : c4/c8 : <utfcode> ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ normal ascii real utf Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------