1Locale::Codes::LangExt(U3s)er Contributed Perl DocumentatLioocnale::Codes::LangExt(3)
2
3
4

NAME

6       Locale::Codes::LangExt - module for dealing with langext code sets
7

SYNOPSIS

9          use Locale::Codes::LangExt;
10
11          $name = code2langext(CODE);
12          $code = langext2code(NAME);
13
14          @codes   = all_langext_codes();
15          @names   = all_langext_names();
16

DESCRIPTION

18       This module provides access to langext code sets.
19
20       Please refer to the Locale::Codes::Types document for a description of
21       the code sets available.
22
23       Most of the routines take an optional additional argument which
24       specifies the code set to use. The code set can be specified using the
25       name of a code set, or the perl constant specified in the above
26       document.  If not specified, the default code set will be used.
27

ROUTINES

29       All routines in this module call the appropriate method in the
30       Locale::Codes module, using an object of type: langext Please refer to
31       the documentation of the Locale::Codes module for details about each
32       function.
33
34       The following functions are exported automatically:
35
36       code2langext(CODE [,CODESET] [,'retired'])
37           See code2name in Locale::Codes
38
39       langext2code(NAME [,CODESET] [,'retired'])
40           See name2code in Locale::Codes
41
42       langext_code2code(CODE ,CODESET ,CODESET2)
43           See code2code in Locale::Codes
44
45       all_langext_codes([CODESET] [,'retired'])
46           See all_codes in Locale::Codes
47
48       all_langext_names([CODESET] [,'retired'])
49           See all_names in Locale::Codes
50
51       The following functions are not exported and must be called fully
52       qualified with the package name:
53
54       Locale::Codes::Langext::show_errors(FLAG)
55           By default, invalid input will produce empty results, but no
56           errors.  By passing in a non-zero value of FLAG, errors will be
57           produced.
58
59           See show_errors in Locale::Codes but note that the default for the
60           non-OO modules are to NOT produce errors.
61
62       Locale::Codes::Langext::rename_langext(CODE ,NEW_NAME [,CODESET])
63           See rename_code in Locale::Codes
64
65       Locale::Codes::Langext::add_langext(CODE ,NAME [,CODESET])
66           See add_code in Locale::Codes
67
68       Locale::Codes::Langext::delete_langext(CODE [,CODESET])
69           See delete_code in Locale::Codes
70
71       Locale::Codes::Langext::add_langext_alias(NAME ,NEW_NAME)
72           See add_alias in Locale::Codes
73
74       Locale::Codes::Langext::delete_langext_alias(NAME)
75           See delete_alias in Locale::Codes
76
77       Locale::Codes::Langext::rename_langext_code(CODE ,NEW_CODE [,CODESET])
78           See replace_code in Locale::Codes
79
80       Locale::Codes::Langext::add_langext_code_alias(CODE ,NEW_CODE
81       [,CODESET])
82           See add_code_alias in Locale::Codes
83
84       Locale::Codes::Langext::delete_langext_code_alias(CODE [,CODESET])
85           See delete_code_alias in Locale::Codes
86

SEE ALSO

88       Locale::Codes
89           The Locale-Codes distribution.
90

AUTHOR

92       See Locale::Codes for full author history.
93
94       Currently maintained by Sullivan Beck (sbeck@cpan.org).
95
97          Copyright (c) 2011-2018 Sullivan Beck
98
99       This module is free software; you can redistribute it and/or modify it
100       under the same terms as Perl itself.
101
102
103
104perl v5.26.3                      2018-05-30         Locale::Codes::LangExt(3)
Impressum