[Kangaroo Index] [Kangaroo Hierarchy] [Headers]
KDE charset support class More...
#include <kdeobjc/KCharsets.h>
Inherits: NSObject (GNUstepBase)
KDE Multiple charset support
This class gives information about available charsets and converts charsets' names to Qt identifiers
Derived from the C++ header kcharsets.h by
Jacek Konieczny
Initialize a KCharsets class
Returns default charset
This charset is one in whitch keyboard input is made
Sets default charset
ch | charset to be set as default |
Returns available charsets list
Available charsets are these, between which we can make conversions
Returns displayable charsets list for given font family
display charsets are these, which can be set to QFont. There is workaround for 8-bit charsets not directly supported by Qt 1.31
face | Font family we want display text in |
Returns displayable charsets list
display charsets are these, which can be set to QFont. There is workaround for 8-bit charsets not directly supported by Qt 1.31
face | Font family we want display text in |
Returns registered charsets list
Only registered charsets can be legally used in mail and news messages and on WWW pages.
Is the charset available
charset | charset name |
Is the charset displayable in given font family
charset | charset name |
face | font family name |
Is the charset displayable in given font family
charset | charset name |
Is the charset registered
charset | charset name |
Retruns data bits needed to represent character in charset
For UTF7 and UTF8 charsets it returns 8, but some charsets may need more bits.
charset | charset name |
Returns Qt charset identifier
charset | charset name |
Returns Qt charset identifier for default font
Sets QFont object to given charsets
This function can change font face when necessary. It is a workaround for Qt not supporting some charsets
fnt | font object |
charset | charset name |
Sets QFont object to default charsets
This function can change font face when necessary. It is a workaround for Qt not supporting some charsets
fnt | font object |
Returns charset name of given charset identifier
qtcharset | Qt charset identifier |
Returns charset of given charset identifier
qtcharset | Qt charset identifier |
Returns charset name of given QFont object
font | QFont object |
Returns charset of given QFont object
font | QFont object |
Returns charset of given X name object
xName | X charset name |
Unicode to displayable character conversion
Currently works only for characters in output charset
code | Unicode represantation of character |
Character tag to displayable character conversion
Useful for converting HTML entities, but not only Currently it works only for characters in output charset
tag | character tag or whole amp-sequence |
Documentation generated by duke@tipitina on Sat May 6 11:42:52 EDT 2000 | Kdoc |