KDECore
kcharsets.cpp File Reference
#include "kcharsets.h"#include "kqiodevicegzip_p.h"#include "kentities.c"#include <kapplication.h>#include <kglobal.h>#include <klocale.h>#include <kconfig.h>#include <qfontinfo.h>#include <qstrlist.h>#include <qfontdatabase.h>#include <kdebug.h>#include <qtextcodec.h>#include <qmap.h>#include <qcstring.h>#include <qdir.h>#include <qregexp.h>#include <assert.h>
Include dependency graph for kcharsets.cpp:

Go to the source code of this file.
Functions | |
| template<typename T , typename Data > | |
| static Data | kcharsets_array_search (const T *start, const char *entry) | 
Variables | |
| static struct Aliases | aliases [] | 
| static struct Builtin | builtin [] | 
| static const char *const | charsets_for_encoding [] | 
| static struct ConversionHints | conversion_hints [] | 
| static struct LanguageForEncoding | language_for_encoding [] | 
| static const char *const | language_names [] | 
Function Documentation
template<typename T , typename Data > 
      | static Data kcharsets_array_search | ( | const T * | start, | |
| const char * | entry | |||
| ) |  [inline, static] | 
        
Definition at line 329 of file kcharsets.cpp.
Variable Documentation
struct Aliases aliases[] [static]           | 
        
struct Builtin builtin[] [static]           | 
        
const char* const charsets_for_encoding[] [static]           | 
        
Definition at line 66 of file kcharsets.cpp.
struct ConversionHints conversion_hints[] [static]           | 
        
struct LanguageForEncoding language_for_encoding[] [static]           | 
        
const char* const language_names[] [static]           | 
        
Initial value:
 {
    I18N_NOOP( "Other" ),
    I18N_NOOP( "Arabic" ),
    I18N_NOOP( "Baltic" ),
    I18N_NOOP( "Central European" ),
    I18N_NOOP( "Chinese Simplified" ),
    I18N_NOOP( "Chinese Traditional" ),
    I18N_NOOP( "Cyrillic" ),
    I18N_NOOP( "Greek" ),
    I18N_NOOP( "Hebrew" ),
    I18N_NOOP( "Japanese" ),
    I18N_NOOP( "Korean" ),
    I18N_NOOP( "Thai" ),
    I18N_NOOP( "Turkish" ),
    I18N_NOOP( "Western European" ),
    I18N_NOOP( "Tamil" ),
    I18N_NOOP( "Unicode" ),
    I18N_NOOP( "Northern Saami" ),
        I18N_NOOP( "Vietnamese" ),
}
Definition at line 42 of file kcharsets.cpp.
    KDE 3.5 API Reference