%Net.Charset
class %Net.Charset
Class to represent MIME charsets within InterSystems IRIS and map these charsets to InterSystems IRIS locales.Method Inventory (Including Private)
Methods (Including Private)
classmethod GetDefaultCharset() as %String [ Language = objectscript ]
Return default charset for the current locale.
Return the translate table name for the input charset name.
classmethod IsLocaleUnicode() as %Integer [ Language = objectscript ]
classmethod TranslateTableExists(charset As %String, Output table) as %Boolean [ Language = objectscript ]
Test if the translate table name for the input charset name is loaded.