1Padre::Locale(3)      User Contributed Perl Documentation     Padre::Locale(3)
2
3
4

NAME

6       Padre::Locale - Locale support for Padre
7

DESCRIPTION

9       Padre::Locale is a utility library that implements locale and encoding
10       support for the Padre editor, and serves as an integration point
11       between the various identifier systems (Wx identifiers, ISO639,
12       RFC3066, RFC4646)
13
14       The module implements a collection of public functions that can be
15       called by various parts of the editor to get locale and encoding
16       information.
17
18       None of the functions in Padre::Locale are exported. Because the need
19       for encoding and locale functionality is very high in a user-facing
20       application like Padre, the resulting quantity of exports would be very
21       very high.
22
23       Forcing all calls to the functions to be fully referenced assists in
24       reducing the complexity of the Perl symbol table (saving a small amount
25       of memory) and serves to improve maintainability, as there can always
26       be certainty about where a particular function is being called from.
27

FUNCTIONS

29       TO BE COMPLETED
30
31
32
33perl v5.30.0                      2019-07-26                  Padre::Locale(3)
Impressum