logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Locale::Recode::_Aliases - Internal Charset Alias Database for libintl-perl

Author

Copyright (C) 2002-2017 Guido Flohr <http://www.guido-flohr.net/> (<mailto:guido.flohr@cantanea.com>), all rights reserved. See the source code for details!code for details!

Bugs

The format of the lookup table will most probably change, do not rely on the current format!

Constants

ALIASES The constant Locale::Recode::_Aliases::ALIASES contains a hash reference the keys of which are internally known charset alias names all in uppercase. The corresponding value is the canonical name of the charset.

Description

Contains a list of codeset aliases that are known internally to libintl.

Name

Locale::Recode::_Aliases - Internal Charset Alias Database for libintl-perl

See Also

Locale::Recode(3), perl(1) perl v5.40.0 2025-02-15 Locale::Recode::_Aliases(3pm)

Synopsis

use Locale::Recode::_Aliases die "This module is internal to libintl. Do not use it directly!\n";

See Also