1UMAP(1)               User Contributed Perl Documentation              UMAP(1)
2
3
4

NAME

6       umap - map between different character sets
7

SYNOPSIS

9        umap [options] <before>:<after>
10

DESCRIPTION

12       The umap script acts as a filter between different encodings and
13       character sets.
14
15       The following options are recognized:
16
17       --list [charset]
18           Without argument list all character sets recognized.  With a
19           specified character set list the mapping between this set and
20           Unicode.
21
22       --strict
23           Do the stict mapping between the character sets.  The default is to
24           not translate unmapped character.  With --stict we will remove
25           unmapped characters or use the default specified with --def8 or
26           --def16.
27
28       --def8=<charcode>
29           Set the default 8-bit code for unmapped chars.
30
31       --def16=<charcode>
32           Set the default 16-bit code for unmapped chars.
33
34       --verbose
35           Generate more verbose output.
36
37       --version
38           Print the version number of this program and quit.
39
40       --help
41           Print the usage message.
42

SEE ALSO

44       Unicode::String, Unicode::Map8, recode(1)
45
47       Copyright 1998 Gisle Aas.
48
49       This is free software; you can redistribute it and/or modify it under
50       the same terms as Perl itself.
51
52
53
54perl v5.16.3                      2010-01-18                           UMAP(1)
Impressum