comparison runtime/print/jis_roman.ps @ 15:631143ac4a01 v7.0007

updated for version 7.0007
author vimboss
date Sat, 10 Jul 2004 09:47:34 +0000
parents
children
comparison
equal deleted inserted replaced
14:946da5994c01 15:631143ac4a01
1 %!PS-Adobe-3.0 Resource-Encoding
2 %%Title: VIM-jis_roman
3 %%Version: 1.0 0
4 %%EndComments
5 % Different to ASCII at code points 92 and 126
6 /VIM-jis_roman[
7 32{/.notdef}repeat
8 /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle
9 /parenleft /parenright /asterisk /plus /comma /minus /period /slash
10 /zero /one /two /three /four /five /six /seven
11 /eight /nine /colon /semicolon /less /equal /greater /question
12 /at /A /B /C /D /E /F /G
13 /H /I /J /K /L /M /N /O
14 /P /Q /R /S /T /U /V /W
15 /X /Y /Z /bracketleft /yen /bracketright /asciicircum /underscore
16 /grave /a /b /c /d /e /f /g
17 /h /i /j /k /l /m /n /o
18 /p /q /r /s /t /u /v /w
19 /x /y /z /braceleft /bar /braceright /overline /.notdef
20 128{/.notdef}repeat]
21 /Encoding defineresource pop
22 % vim:ff=unix:
23 %%EOF