Skip to main content

%Net.Charset

class %Net.Charset

Class to represent MIME charsets within InterSystems IRIS and map these charsets to InterSystems IRIS locales.

Method Inventory

Methods

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.
FeedbackOpens in a new tab