1Locale::Recode::_AliaseUss(e3r)Contributed Perl DocumentLaotciaolne::Recode::_Aliases(3)
2
3
4
6 Locale::Recode::_Aliases - Internal Charset Alias Database for
7 libintl-perl
8
10 use Locale::Recode::_Aliases
11
12 die "This module is internal to libintl. Do not use it directly!\n";
13
15 Contains a list of codeset aliases that are known internally to
16 libintl.
17
19 ALIASES
20 The constant Locale::Recode::_Aliases::ALIASES contains a hash
21 reference the keys of which are internally known charset alias
22 names all in uppercase. The corresponding value is the canonical
23 name of the charset.
24
26 The format of the lookup table will most probably change, do not rely
27 on the current format!
28
30 Copyright (C) 2002-2009, Guido Flohr <guido@imperia.net>, all rights
31 reserved. See the source code for details.
32
33 This software is contributed to the Perl community by Imperia
34 (<http://www.imperia.net/>).
35
37 Locale::Recode(3), perl(1)
38
40 Hey! The above document had some coding errors, which are explained
41 below:
42
43 Around line 748:
44 =cut found outside a pod block. Skipping to next block.
45
46
47
48perl v5.12.0 2010-05-02 Locale::Recode::_Aliases(3)