#!/bin/sh # MetaCard 2.4 stack # The following is not ASCII text, # so now would be a good time to q out of more exec mc $0 "$@"  Untitled 1@9IUnicode 0A Chars List ULucida GrandeU ,japanese$U ,japanese ULucida GrandeU,GreekU ,JapaneseU,Korean UOsaka,JapaneseUOsaka,Japanese UOsaka,Japanese ULucida Grande cREVGeneralstackfileversion @ put0ACharsex on mouseUp set the cursor to watch put "" into fld 1 lock screen put "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F" into hexList split hexList by comma set the useunicode to true put uniencode(";") into uniSemiC put uniencode("=") into uniEql put uniencode(cr) into uniCr put uniencode(space) into uniSpace repeat with i=1 to 16 put hexList[i] into tI repeat with j=1 to 16 put tI & hexList[j] &"0A" into tHex put baseConvert(tHex,16,10) into tDec put uniencode(tDec) & uniSemiC & uniSpace & uniencode(tHex) & uniEql & uniSpace \ & numtochar(tDec) & uniCr after fld 1 if the mouse is down then exit to top end repeat end repeat set the textsize of line 1 to (the num of lines of fld 1) of fld 1 to 24 end mouseUp ";Put Unicode 0A Characters cREVGeneralscriptChecksumK:H s bookmarks revUniqueID 1149426156749 handlerListmouseUpscriptSelectionchar 477 to 476 prevHandlermouseUp tempScriptscript

on mouseUp

set the cursor to watch

put "" into fld 1

lock screen

put "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F" into hexList

split hexList by comma

set the useunicode to true

put uniencode(";") into uniSemiC

put uniencode("=") into uniEql

put uniencode(cr) into uniCr

put uniencode(space) into uniSpace

repeat with i=1 to 16

put hexList[i] into tI

repeat with j=1 to 16

put tI & hexList[j] &"0A" into tHex

put baseConvert(tHex,16,10) into tDec

put uniencode(tDec) & uniSemiC & uniSpace & uniencode(tHex) & uniEql & uniSpace \

& numtochar(tDec) & uniCr after fld 1

if the mouse is down then exit to top

end repeat

end repeat

set the textsize of line 1 to (the num of lines of fld 1) of fld 1 to 24

end mouseUp

tText)h$&4u cREVGeneral revUniqueID 1149435462861  10; 000A=     266; 010A=   522; 020A=   778; 030A=   1034; 040A=   1290; 050A=   1546; 060A=   1802; 070A=   2058; 080A=   2314; 090A=  2570; 0A0A=  2826; 0B0A=  3082; 0C0A=  3338; 0D0A=  3594; 0E0A=   3850; 0F0A=   4106; 100A=   4362; 110A=   4618; 120A=   4874; 130A=   5130; 140A=   5386; 150A=   5642; 160A=   5898; 170A=   6154; 180A=   6410; 190A=   6666; 1A0A=   6922; 1B0A=   7178; 1C0A=   7434; 1D0A=   7690; 1E0A=   7946; 1F0A=   8202; 200A=  8458; 210A= !  8714; 220A= "  8970; 230A= #  9226; 240A= $  9482; 250A= %  9738; 260A= &  9994; 270A= '  10250; 280A= (  10506; 290A= )  10762; 2A0A= *  11018; 2B0A= +  11274; 2C0A= ,  11530; 2D0A= -  11786; 2E0A= .  12042; 2F0A= /  12298; 300A= 0  12554; 310A= 1  12810; 320A= 2  13066; 330A= 3  13322; 340A= 4  13578; 350A= 5  13834; 360A= 6  14090; 370A= 7  14346; 380A= 8  14602; 390A= 9  14858; 3A0A= :  15114; 3B0A= ;  15370; 3C0A= <  15626; 3D0A= =  15882; 3E0A= >  16138; 3F0A= ?  16394; 400A= @  16650; 410A= A  16906; 420A= B  17162; 430A= C  17418; 440A= D  17674; 450A= E  17930; 460A= F  18186; 470A= G  18442; 480A= H  18698; 490A= I  18954; 4A0A= J  19210; 4B0A= K  19466; 4C0A= L  19722; 4D0A= M  19978; 4E0A= N  20234; 4F0A= O  20490; 500A= P  20746; 510A= Q  21002; 520A= R  21258; 530A= S  21514; 540A= T  21770; 550A= U  22026; 560A= V  22282; 570A= W  22538; 580A= X  22794; 590A= Y  23050; 5A0A= Z  23306; 5B0A= [  23562; 5C0A= \  23818; 5D0A= ]  24074; 5E0A= ^  24330; 5F0A= _  24586; 600A= `  24842; 610A= a  25098; 620A= b  25354; 630A= c  25610; 640A= d  25866; 650A= e  26122; 660A= f  26378; 670A= g  26634; 680A= h  26890; 690A= i  27146; 6A0A= j  27402; 6B0A= k  27658; 6C0A= l  27914; 6D0A= m  28170; 6E0A= n  28426; 6F0A= o  28682; 700A= p  28938; 710A= q  29194; 720A= r  29450; 730A= s  29706; 740A= t  29962; 750A= u  30218; 760A= v  30474; 770A= w  30730; 780A= x  30986; 790A= y  31242; 7A0A= z  31498; 7B0A= {  31754; 7C0A= |  32010; 7D0A= }  32266; 7E0A= ~  32522; 7F0A=   32778; 800A=  33034; 810A=  33290; 820A=  33546; 830A=  33802; 840A=  34058; 850A=  34314; 860A=  34570; 870A=  34826; 880A=  35082; 890A=  35338; 8A0A=  35594; 8B0A=  35850; 8C0A=  36106; 8D0A=  36362; 8E0A=  36618; 8F0A=  36874; 900A=  37130; 910A=  37386; 920A=  37642; 930A=  37898; 940A=  38154; 950A=  38410; 960A=  38666; 970A=  38922; 980A=  39178; 990A=  39434; 9A0A=  39690; 9B0A=  39946; 9C0A=  40202; 9D0A=  40458; 9E0A=  40714; 9F0A=  40970; A00A=  41226; A10A=  41482; A20A=  41738; A30A=  41994; A40A=  42250; A50A=  42506; A60A=  42762; A70A=  43018; A80A=  43274; A90A=  43530; AA0A=  43786; AB0A=  44042; AC0A=  44298; AD0A=  44554; AE0A=  44810; AF0A=  45066; B00A=  45322; B10A=  45578; B20A=  45834; B30A=  46090; B40A=  46346; B50A=  46602; B60A=  46858; B70A=  47114; B80A=  47370; B90A=  47626; BA0A=  47882; BB0A=  48138; BC0A=  48394; BD0A=  48650; BE0A=  48906; BF0A=  49162; C00A=  49418; C10A=  49674; C20A=  49930; C30A=  50186; C40A=  50442; C50A=  50698; C60A=  50954; C70A=  51210; C80A=  51466; C90A=  51722; CA0A=  51978; CB0A=  52234; CC0A=  52490; CD0A=  52746; CE0A=  53002; CF0A=  53258; D00A=  53514; D10A=  53770; D20A=  54026; D30A=  54282; D40A=  54538; D50A=  54794; D60A=  55050; D70A=  55306; D80A=  55562; D90A=  55818; DA0A=  56074; DB0A=  56330; DC0A=  56586; DD0A=  56842; DE0A=  57098; DF0A=  57354; E00A=  57610; E10A=  57866; E20A=  58122; E30A=  58378; E40A=  58634; E50A=  58890; E60A=  59146; E70A=  59402; E80A=  59658; E90A=  59914; EA0A=  60170; EB0A=  60426; EC0A=  60682; ED0A=  60938; EE0A=  61194; EF0A=  61450; F00A=  61706; F10A=  61962; F20A=  62218; F30A=  62474; F40A=  62730; F50A=  62986; F60A=  63242; F70A=  63498; F80A=  63754; F90A=  64010; FA0A=  64266; FB0A=  64522; FC0A=  64778; FD0A=  65034; FE0A=  65290; FF0A=   `Is