]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Tanslation tables to Mac OS written, though nothing uses them yet.
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 9 Mar 1999 00:06:34 +0000 (00:06 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 9 Mar 1999 00:06:34 +0000 (00:06 +0000)
[originally from svn r79]

mac_res.r

index 4ed315d6798c3c9e41ad67ac4285da2419a3541b..fa8f79b40e4aade1cfa91349db59fffb6a595142 100644 (file)
--- a/mac_res.r
+++ b/mac_res.r
@@ -1,4 +1,4 @@
-/* $Id: mac_res.r,v 1.1.2.7 1999/03/02 23:19:20 ben Exp $ */
+/* $Id: mac_res.r,v 1.1.2.8 1999/03/09 00:06:34 ben Exp $ */
 /*
  * Copyright (c) 1999 Ben Harris
  * All rights reserved.
@@ -640,3 +640,20 @@ resource 'pltt' (PREF_pltt, purgeable) {
 };
 
 read 'pTST' (128, "test data", purgeable) "fragment";
+
+type 'cMAP' {
+    hexstring;
+};
+
+resource 'cMAP' (128, "Latin-1 G1 -> Mac OS Roman") {
+    $"20 c1 a2 a3 db b4 00 a4 ac a9 bb c7 c2 00 a8 f8"
+    $"a1 b1 00 00 ab b5 a6 e1 fc 00 bc c8 00 00 00 c0"
+    $"cb e7 e5 cc 80 81 ae 82 e9 83 e6 e8 ed ea eb ec"
+    $"00 84 f1 ee ef cd 85 00 af f4 f2 f3 86 00 00 a7"
+    $"88 87 89 8b 8a 8c be 8d 8f 8e 90 91 93 92 94 95"
+    $"00 96 98 97 99 9b 9a d6 bf 9d 9c 9e 9f 00 00 D8"
+};
+
+resource 'cMAP' (129, "DEC line drawing -> Mac OS VT100") {
+    $"d7 bd 09 0c 0d 0a a1 b1 00 0b d2 d3 d4 d5 da e2"
+    $"e3 e4 f5 f6 f7 f8 f9 fa fb b2 b3 b9 ad a3 e1"