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

SEE ALSO

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