Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

umap(1) [hpux man page]

UMAP(1)                                                 User Contributed Perl Documentation                                                UMAP(1)

NAME
umap - map between different character sets SYNOPSIS
umap [options] <before>:<after> DESCRIPTION
The umap script acts as a filter between different encodings and character sets. The following options are recognized: --list [charset] Without argument list all character sets recognized. With a specified character set list the mapping between this set and Unicode. --strict Do the stict mapping between the character sets. The default is to not translate unmapped character. With --stict we will remove unmapped characters or use the default specified with --def8 or --def16. --def8=<charcode> Set the default 8-bit code for unmapped chars. --def16=<charcode> Set the default 16-bit code for unmapped chars. --verbose Generate more verbose output. --version Print the version number of this program and quit. --help Print the usage message. SEE ALSO
Unicode::String, Unicode::Map8, recode(1) COPYRIGHT
Copyright 1998 Gisle Aas. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.1 2010-01-18 UMAP(1)

Check Out this Related Man Page

UMAP(1) 						User Contributed Perl Documentation						   UMAP(1)

NAME
umap - map between different character sets SYNOPSIS
umap [options] <before>:<after> DESCRIPTION
The umap script acts as a filter between different encodings and character sets. The following options are recognized: --list [charset] Without argument list all character sets recognized. With a specified character set list the mapping between this set and Unicode. --strict Do the stict mapping between the character sets. The default is to not translate unmapped character. With --stict we will remove unmapped characters or use the default specified with --def8 or --def16. --def8=<charcode> Set the default 8-bit code for unmapped chars. --def16=<charcode> Set the default 16-bit code for unmapped chars. --verbose Generate more verbose output. --version Print the version number of this program and quit. --help Print the usage message. SEE ALSO
Unicode::String, Unicode::Map8, recode(1) COPYRIGHT
Copyright 1998 Gisle Aas. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.1 2010-01-18 UMAP(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Debugging the code

Greetings.. I'm trying to build a script to manage my Mugen's chars, adding the chars to the game, searching the chars dir for .zip and .rar files, and then listing the nemes before the dots "." to a separate file in /tmp, and then create the folders for each file, copying the compacted files to... (2 Replies)
Discussion started by: oandarilho01
2 Replies

2. Shell Programming and Scripting

Perl RegExp to remove last character from strings

I use SAS (a statistical software) and have to remove last character or the last 1/2 numbers that appear after characters from the string using Perl Regular Expression (which is recognized by SAS). Input: f183ii10 f183ii2 f182ii1 f182ii2 f183iim f22ii f22ii11 f22ii12 pmh4 pmhm Desired... (2 Replies)
Discussion started by: ospreyeagle
2 Replies

3. UNIX for Dummies Questions & Answers

Odd Control Character issue ^A

Sorry to bug you, but my sed is failing me, I have a file auto generated from abinitio, it has a string of chars ending with a line break, and then it has added a ^A character, I can remove this is vi by using the following %s/^A//g (where ^A is ctrl v and control A), however when I try to sed... (1 Reply)
Discussion started by: badg3r
1 Replies