summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/omega/otp/char2uni/inmac.otp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 22:58:20 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 22:58:20 +0000
commitd087712418726a64822e40ce1c0627a514d17975 (patch)
treec4942175bbffb74d67fe94f7ab804354bed7824f /Master/texmf-dist/omega/otp/char2uni/inmac.otp
parente6a66b49ce19e32e4719208298db515429c3c12f (diff)
trunk/Master/texmf-dist/omega
git-svn-id: svn://tug.org/texlive/trunk@103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/omega/otp/char2uni/inmac.otp')
-rw-r--r--Master/texmf-dist/omega/otp/char2uni/inmac.otp38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/omega/otp/char2uni/inmac.otp b/Master/texmf-dist/omega/otp/char2uni/inmac.otp
new file mode 100644
index 00000000000..4c5a53ef21e
--- /dev/null
+++ b/Master/texmf-dist/omega/otp/char2uni/inmac.otp
@@ -0,0 +1,38 @@
+% File inmac.otp
+% Conversion to Unicode from MacIntosh Standard Roman character set
+% Copyright (c) 1995 John Plaice and Yannis Haralambous
+% This file is part of the Omega project.
+%
+% This file was derived from data in the tcs program
+% (ftp://plan9.att.com/plan9/unixsrc/tcs.shar.Z, 16 November 1994)
+%
+
+input: 1;
+output: 2;
+
+tables:
+
+tabmac[@"80] = {
+@"00C4, @"00C5, @"00C7, @"00C9, @"00D1, @"00D6, @"00DC, @"00E1,
+@"00E0, @"00E2, @"00E4, @"00E3, @"00E5, @"00E7, @"00E9, @"00E8,
+@"00EA, @"00EB, @"00ED, @"00EC, @"00EE, @"00EF, @"00F1, @"00F3,
+@"00F2, @"00F4, @"00F6, @"00F5, @"00FA, @"00F9, @"00FB, @"00FC,
+@"2020, @"00B0, @"00A2, @"00A3, @"00A7, @"2022, @"00B6, @"00DF,
+@"00AE, @"00A9, @"2122, @"00B4, @"00A8, @"2260, @"00C6, @"00D8,
+@"221E, @"00B1, @"2264, @"2265, @"00A5, @"00B5, @"2202, @"2211,
+@"220F, @"03C0, @"222B, @"00AA, @"00BA, @"2126, @"00E6, @"00F8,
+@"00BF, @"00A1, @"00AC, @"221A, @"0192, @"2248, @"2206, @"00AB,
+@"00BB, @"2026, @"00A0, @"00C0, @"00C3, @"00D5, @"0152, @"0153,
+@"2013, @"2014, @"2012, @"201D, @"2018, @"2019, @"00F7, @"25CA,
+@"00FF, @"0178, @"2044, @"00A4, @"2039, @"203A, @"FB01, @"FB02,
+@"2021, @"00B7, @"201A, @"201E, @"2030, @"00C2, @"00CA, @"00C1,
+@"00CB, @"00C8, @"00CD, @"00CE, @"00CF, @"00CC, @"00D3, @"00D4,
+@"F7FF, @"00D2, @"00DA, @"00DB, @"00D9, @"0131, @"02C6, @"02DC,
+@"00AF, @"02D8, @"02D9, @"02DA, @"00B8, @"02DD, @"02DB, @"02C7
+};
+
+expressions:
+
+@"00-@"7F => \1;
+@"80-@"FF => #(tabmac[\1-@"80]);
+. => @"FFFD;