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-2017 Guido Flohr <http://www.guido-flohr.net/>
31 (<mailto:guido.flohr@cantanea.com>), all rights reserved. See the
32 source code for details!code for details!
33
35 Locale::Recode(3), perl(1)
36
37
38
39perl v5.38.0 2023-07-21 Locale::Recode::_Aliases(3)