1Locale::Recode::_AliaseUss(e3r)Contributed Perl DocumentLaotciaolne::Recode::_Aliases(3)
2
3
4
6 Locale::Recode::_Aliases - Internal Charset Alias Database for lib‐
7 intl-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 lib‐
16 intl.
17
19 ALIASES
20 The constant Locale::Recode::_Aliases::ALIASES contains a hash ref‐
21 erence the keys of which are internally known charset alias names
22 all in uppercase. The corresponding value is the canonical name of
23 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-2004, 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
39
40
41perl v5.8.8 2006-08-28 Locale::Recode::_Aliases(3)