Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%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 input charset name.
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