mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Tanslation tables to Mac OS written, though nothing uses them yet.
[originally from svn r79]
This commit is contained in:
parent
ffc478a772
commit
c8269d4441
19
mac_res.r
19
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"
|
||||
|
Loading…
Reference in New Issue
Block a user