lang::conn::charset (public)

 lang::conn::charset

Defined in packages/acs-lang/tcl/locale-procs.tcl

Returns the MIME charset name corresponding to the current connection's locale.

Returns:
IANA MIME character set name
Author:
Lars Pind <lars@pinds.com>

Partial Call Graph (max 5 caller/called nodes):
%3 test_test_get_locales test_get_locales (test acs-lang) lang::conn::charset lang::conn::charset test_test_get_locales->lang::conn::charset lang::conn::locale lang::conn::locale (public) lang::conn::charset->lang::conn::locale lang::util::charset_for_locale lang::util::charset_for_locale (public) lang::conn::charset->lang::util::charset_for_locale

Testcases:
test_get_locales
Source code:
    return [lang::util::charset_for_locale [lang::conn::locale]]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-lang/tcl/locale-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: