Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

locale::recode::_aliases(3) [centos man page]

Locale::Recode::_Aliases(3)				User Contributed Perl Documentation			       Locale::Recode::_Aliases(3)

NAME
Locale::Recode::_Aliases - Internal Charset Alias Database for libintl-perl SYNOPSIS
use Locale::Recode::_Aliases die "This module is internal to libintl. Do not use it directly! "; DESCRIPTION
Contains a list of codeset aliases that are known internally to libintl. CONSTANTS
ALIASES The constant Locale::Recode::_Aliases::ALIASES contains a hash reference the keys of which are internally known charset alias names all in uppercase. The corresponding value is the canonical name of the charset. BUGS
The format of the lookup table will most probably change, do not rely on the current format! AUTHOR
Copyright (C) 2002-2009, Guido Flohr <guido@imperia.net>, all rights reserved. See the source code for details. This software is contributed to the Perl community by Imperia (<http://www.imperia.net/>). SEE ALSO
Locale::Recode(3), perl(1) POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 748: =cut found outside a pod block. Skipping to next block. perl v5.16.3 2014-06-10 Locale::Recode::_Aliases(3)

Check Out this Related Man Page

Locale::RecodeData::UTF_8(3)				User Contributed Perl Documentation			      Locale::RecodeData::UTF_8(3)

NAME
Locale::RecodeData::UTF_8 - Conversion routines for UTF-8 SYNOPSIS
This module is internal to libintl. Do not use directly! DESCRIPTION
This modules contains the conversion tables for UTF-8. It is capable of converting from UTF-8 to the internal format of libintl-perl and vice versa. It is only suitable for Perl versions <= 5.8.0. However, you do not have to bother about version checking, Locale::Recode(3) will do that for you. CHARACTER TABLE
See http://www.unicode.org/. AUTHOR
Copyright (C) 2002-2009, Guido Flohr <guido@imperia.net>, all rights reserved. See the source code for details. This software is contributed to the Perl community by Imperia (<http://www.imperia.net/>). SEE ALSO
Locale::RecodeData(3), Locale::Recode(3), perl(1) POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 195: =cut found outside a pod block. Skipping to next block. perl v5.16.3 2014-06-10 Locale::RecodeData::UTF_8(3)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bits:____Banking

Hey community just wondering what is the bits banking in our account used for? (1 Reply)
Discussion started by: mgyeah
1 Replies

2. Shell Programming and Scripting

Perl: Sorting a hash value that is a list.

Hi Folks I am very much a newbie at perl but picking it up and I'm hoping you can help. I have a file input that details all the /etc/group files in our enterprise in the following format: "<host>:<group>:<gid>:<users>" I want to parse this data display it as the following:... (9 Replies)
Discussion started by: g_string
9 Replies

3. Shell Programming and Scripting

Recode alphabet into numbers

I have a genotype.bim file where it contains information about SNPs and genotype. As a hypothetical example, let's say genotype.bim snp1 ... A G snp2 ... G T snp3 ... G T snp4 ... G A ... snpN ... C G where first column identifies each SNP and 5th and 6th column has genotype... (3 Replies)
Discussion started by: johnkim0806
3 Replies