GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

umap - map between different character sets

 umap [options] <before>:<after>

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.

Unicode::String, Unicode::Map8, recode(1)

Copyright 1998 Gisle Aas.

This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2010-01-18 perl v5.32.1

Search for    or go to Top of page |  Section  |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.