itom
Loading...
Searching...
No Matches
ito::IOHelper::CharsetEncodingItem Struct Reference

#include <IOHelper.h>

Public Member Functions

 CharsetEncodingItem ()
 

Public Attributes

QString encodingName
 the name used as display name in a config dialog
 
QString displayName
 the short version, e.g. for a status bar
 
QString displayNameShort
 all possible aliases, e.g. in Python scripts (coding=...)
 
QStringList aliases
 the Byte-Order-Mark used to automatically detect this encoding (or empty, if not used)
 
QByteArray bom
 false if part of the officially supported list of encodings, else true
 
bool userDefined
 

Detailed Description

This struct defines all necessary information for a possible charset encoding.

Constructor & Destructor Documentation

◆ CharsetEncodingItem()

ito::IOHelper::CharsetEncodingItem::CharsetEncodingItem ( )
inline

the name that is accepted by QTextCodec or QStringConverter. This is also used as value in the itom settings.


The documentation for this struct was generated from the following file: