class %Net.Charset
Class to represent MIME charsets within Cache and map these charsets
to Cache locales.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
4
|
|
|
|
|
classmethod GetDefaultCharset()
as %String
Return default charset for the current Cache locale.
classmethod GetTranslateTable(ByRef charset As %String)
as %String
Return the Cache translate table name for the input charset name.
classmethod IsLocaleUnicode()
as %Integer
classmethod TranslateTableExists(charset As %String)
as %Boolean
Test if the translate table name for the input charset name is loaded.