[Kangaroo Index] [Kangaroo Hierarchy] [Headers]
KDE charset support class More...
#include <kdeobjc/KCharsets.h>
Inherits: NSObject (GNUstepBase)
Class to convert character sets
This class implements converting strings between charsets and encodings.
Derived from the C++ header kcharsets.h
by Jacek Konieczny
Initializer. Start conversion to displayable charset
inputCharset | source charset |
flags | conversion flags. |
Initializer. Start conversion between two charsets
inputCharset | source charset |
outputCharset | destination charset |
flags | conversion flags. KCharsetConverter |
Did initializer succeed.
String conversion routine
Convert string between charsets
str | string to convert |
String conversion routine for multiple charsets
Convert string between charsets
str | string to convert |
Charset of converted strings
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 |