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
38 Hey! The above document had some coding errors, which are explained
39 below:
40
41 Around line 743:
42 =cut found outside a pod block. Skipping to next block.
43
44
45
46perl v5.32.1 2021-01-27 Locale::Recode::_Aliases(3)