.. index:: pair: enum; Encoding .. _doxid-class_e_e_1_1_u_i_1_1_doc_1_1_text_format_1a5f792cdc9b09f8db2d5a66631f58e546: enum EE::UI::Doc::TextFormat::Encoding ====================================== .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum Encoding: :ref:`String::HashType` { :target:`UTF8` = String::hash("UTF-8"), :target:`UTF16LE` = String::hash("UTF-16 LE"), :target:`UTF16BE` = String::hash("UTF-16 BE"), :target:`Latin1` = String::hash("ISO-8859-1"), :target:`Shift_JIS` = String::hash("Shift-JIS"), };