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