Changeset 2578


Ignore:
Timestamp:
2001-06-19T14:47:31+12:00 (23 years ago)
Author:
jrm21
Message:

rtftohtml now doesn't do code pages - we just use the default ansi
conf files (which should do most of iso-8859-15/windows1252), and renamed
the html translations, so that all filenames can be 8.3

Location:
trunk/gsdl/etc/packages/rtftohtml
Files:
1 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/etc/packages/rtftohtml/ansi-gen

    r2573 r2578  
    1 # RTF ANSI character set (\ansi) general map
    2 # These are taken from the ISO-Latin-1 (ISO-8859-1) encodings, with
    3 # a few additions
     1# jrm21 - This should really be called "ansicp1252-gen", but we use
     2# it as default for stupid 8.3 filename "OSes". Delete the code commented
     3# with /* jrm21 */ around line 936 in Libs/lib/reader.c for "normal" behaviour
     4
     5# Based on the original ansi-gen (see ansi-gen.dist), with some of the
     6# extended / iso-8859-15 chars.
    47
    58# Field 1 is the standard character name which the character value in
     
    115118
    116119# non-ASCII characters (128-255)
     120euro        0x80
     121ellipsis    0x85
     122dagger      0x86
     123daggerdbl   0x87
     124quotedblleft    0x93
     125quotedblright   0x94
    117126
    118127nobrkspace  0xa0
  • trunk/gsdl/etc/packages/rtftohtml/ansi-sym

    r2573 r2578  
    1 # RTF ANSI character set (\ansi) Symbol font map
     1# jrm21 - This should really be called "ansicp1252-map", but we use
     2# it as default for stupid 8.3 filename "OSes". Delete the code commented
     3# with /* jrm21 */ around line 936 in Libs/lib/reader.c for "normal" behaviour
     4
     5# Based on the original ansi-map (see ansi-map.dist), with some of the
     6# extended / iso-8859-15 chars.
    27
    38# Field 1 is the standard character name which the character value in
     
    1015# characters.
    1116
     17# jrm21 - the character name is used when outputting a particular character
     18# code. This name is then looked up in the *-gen file to see what to output
     19# for that symbol name. It's a bit round-about...
     20
    1221# characters in ASCII range (00-127)
    1322
     
    1827space       " "
    1928exclam      !
    20 universal   '"'
    21 mathnumbersign  #
    22 existential $
     29quotedbl    '"'
     30numbersign  #
     31dollar      $
    2332percent     %
    2433ampersand   &
    25 suchthat    "'"
     34quoteright  "'"
    2635parenleft   (
    2736parenright  )
    28 mathasterisk    *
    29 mathplus    +
     37asterisk    *
     38plus        +
    3039comma       ,
    31 mathminus   -
     40hyphen      -
    3241period      .
    3342slash       /
     
    4554semicolon   ;
    4655less        <
    47 mathequal   =
     56equal       =
    4857greater     >
    4958question    ?
    50 congruent   @
    51 Alpha       A
    52 Beta        B
    53 Chi     C
    54 Delta       D
    55 Epsilon     E
    56 Phi     F
    57 Gamma       G
    58 Eta     H
    59 Iota        I
    60 # J     J
    61 Kappa       K
    62 Lambda      L
    63 Mu      M
    64 Nu      N
    65 Omicron     O
    66 Pi      P
    67 Theta       Q
    68 Rho     R
    69 Sigma       S
    70 Tau     T
    71 Upsilon     U
    72 varsigma    V
    73 Omega       W
    74 Xi      X
    75 Psi     Y
    76 Zeta        Z
     59at      @
     60A       A
     61B       B
     62C       C
     63D       D
     64E       E
     65F       F
     66G       G
     67H       H
     68I       I
     69J       J
     70K       K
     71L       L
     72M       M
     73N       N
     74O       O
     75P       P
     76Q       Q
     77R       R
     78S       S
     79T       T
     80U       U
     81V       V
     82W       W
     83X       X
     84Y       Y
     85Z       Z
    7786bracketleft [
    7887backslash   \
     
    8190underscore  _
    8291quoteleft   "`"
    83 alpha       a
    84 beta        b
    85 chi     c
    86 delta       d
    87 epsilon     e
    88 phi     f
    89 gamma       g
    90 eta     h
    91 iota        i
    92 # j     j
    93 kappa       k
    94 lambda      l
    95 mu      m
    96 nu      n
    97 omicron     o
    98 pi      p
    99 theta       q
    100 rho     r
    101 sigma       s
    102 tau     t
    103 upsilon     u
    104 # xxx       v
    105 omega       w
    106 xi      x
    107 psi     y
    108 zeta        z
     92a       a
     93b       b
     94c       c
     95d       d
     96e       e
     97f       f
     98g       g
     99h       h
     100i       i
     101j       j
     102k       k
     103l       l
     104m       m
     105n       n
     106o       o
     107p       p
     108q       q
     109r       r
     110s       s
     111t       t
     112u       u
     113v       v
     114w       w
     115x       x
     116y       y
     117z       z
    109118braceleft   {
    110119bar     |
    111120braceright  }
    112 mathtilde   ~
     121asciitilde  ~
    113122
    114123# non-ASCII characters (128-255)
    115 
     124#ellipsis       0x85
     125#dagger     0x86
     126#daggerdbl  0x87
     127
     128nobrkspace  0xa0
     129exclamdown  0xa1
     130cent        0xa2
     131sterling    0xa3
     132currency    0xa4
     133yen     0xa5
     134brokenbar   0xa6
     135section     0xa7
     136dieresis    0xa8
     137copyright   0xa9
     138ordfeminine 0xaa
     139guillemotleft   0xab
     140logicalnot  0xac
     141opthyphen   0xad
     142registered  0xae
     143macron      0xaf
     144degree      0xb0
     145plusminus   0xb1
     146twosuperior 0xb2
     147threesuperior   0xb3
     148acute       0xb4
     149mu      0xb5
     150paragraph   0xb6
     151periodcentered  0xb7
     152#asterisk   0xb7
     153cedilla     0xb8
     154onesuperior 0xb9
     155ordmasculine    0xba
     156guillemotright  0xbb
     157onequarter  0xbc
     158onehalf     0xbd
     159threequarters   0xbe
     160questiondown    0xbf
     161Agrave      0xc0
     162Aacute      0xc1
     163Acircumflex 0xc2
     164Atilde      0xc3
     165Adieresis   0xc4
     166Aring       0xc5
     167AE      0xc6
     168Ccedilla    0xc7
     169Egrave      0xc8
     170Eacute      0xc9
     171Ecircumflex 0xca
     172Edieresis   0xcb
     173Igrave      0xcc
     174Iacute      0xcd
     175Icircumflex 0xce
     176Idieresis   0xcf
     177Eth     0xd0
     178Ntilde      0xd1
     179Ograve      0xd2
     180Oacute      0xd3
     181Ocircumflex 0xd4
     182Otilde      0xd5
     183Odieresis   0xd6
     184multiply    0xd7
     185Oslash      0xd8
     186Ugrave      0xd9
     187Uacute      0xda
     188Ucircumflex 0xdb
     189Udieresis   0xdc
     190Yacute      0xdd
     191Thorn       0xde
     192germandbls  0xdf
     193agrave      0xe0
     194aacute      0xe1
     195acircumflex 0xe2
     196atilde      0xe3
     197adieresis   0xe4
     198aring       0xe5
     199ae      0xe6
     200ccedilla    0xe7
     201egrave      0xe8
     202eacute      0xe9
     203ecircumflex 0xea
     204edieresis   0xeb
     205igrave      0xec
     206iacute      0xed
     207icircumflex 0xee
     208idieresis   0xef
     209eth     0xf0
     210ntilde      0xf1
     211ograve      0xf2
     212oacute      0xf3
     213ocircumflex 0xf4
     214otilde      0xf5
     215odieresis   0xf6
     216divide      0xf7
     217oslash      0xf8
     218ugrave      0xf9
     219uacute      0xfa
     220ucircumflex 0xfb
     221udieresis   0xfc
     222yacute      0xfd
     223thorn       0xfe
     224ydieresis   0xff
Note: See TracChangeset for help on using the changeset viewer.