From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/vvcode/decode.xlt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 support/vvcode/decode.xlt (limited to 'support/vvcode/decode.xlt') diff --git a/support/vvcode/decode.xlt b/support/vvcode/decode.xlt new file mode 100644 index 0000000000..85c932d798 --- /dev/null +++ b/support/vvcode/decode.xlt @@ -0,0 +1,29 @@ +#----------------------------------------------------------------------------- +# TEST.XLT +# ~~~~~~~~ +# Test translation table file +#----------------------------------------------------------------------------- +xlt-from BIT-REVERSED +xlt-to ASCII +xlt-substchar 042 # asterisk +# +255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 # 255 - 240 +239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 # 239 - 224 +223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 # 223 - 208 +207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 # 207 - 192 +# +191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 # 191 - 176 +175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 # 175 - 160 +159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 # 159 - 144 +143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 # 143 - 128 +# +# +127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 # 127 - 112 +111 110 109 108 107 106 105 104 103 102 101 100 099 098 097 096 # 111 - 96 +095 094 093 092 091 090 089 088 087 086 085 084 083 082 081 080 # 96 - 80 +079 078 077 076 075 074 073 072 071 070 069 068 067 066 065 064 # 79 - 64 +# +063 062 061 060 059 058 057 056 055 054 053 052 051 050 049 048 # 63 - 48 +047 046 045 044 043 042 041 040 039 038 037 036 035 034 033 032 # 47 - 32 +031 030 029 028 027 026 025 024 023 022 021 020 019 018 017 016 # 31 - 16 +015 014 013 012 011 010 009 008 007 006 005 004 003 002 001 000 # 15 - 0 -- cgit v1.2.3