Changeset 3130


Ignore:
Timestamp:
2002-05-22T14:53:12+12:00 (22 years ago)
Author:
jrm21
Message:

Added map files for iso-8859-15 encoding, which is basically Latin1 (8859-1)
with some changes such as euro, and S caron.

Location:
trunk/gsdl
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/encodings.pm

    r1905 r3130  
    5656    'iso_8859_9' => {'name' => 'Turkish', 'mapfile' => '8859_9.ump'},
    5757
     58    'iso_8859_15' => {'name' => 'Latin15 (revised western)', 'mapfile' => '8859_15.ump'},
     59
    5860    'windows_1250' => {'name' => 'Windows codepage 1250 (WinLatin2)',
    5961               'mapfile' => 'win1250.ump'},
Note: See TracChangeset for help on using the changeset viewer.