Locale.pm


NAME

Communiware::Locale - locale related routines

Interface functions for working with locale & charsets

        check_encoding
        set_current_charset
        get_current_charset

POSIX wrappers for dealing with localization

        strftime

Locate::gettext wrappers for dealing with localization

        gettext
        bind_textdomain

Encode wrappers for dealing with utf8

        is_utf8_on
        turn_utf8_on
        turn_utf8_off

Encode wrappers for dealing with utf8

        encode_from_to($octets, $from_encoding, $to_encoding);
        encode_current_to_utf8($octets);
        encode_from_current($octets, $from_encoding);
        encode_to_current($octets, $from_encoding);
        encode_from_internal($octets, $from_encoding);
        encode_to_internal($octets, $from_encoding);
16 октябрь 2007 13:45