kremoteencoding.h
Allows encoding and decoding properly remote filenames into Unicode.
Definition kremoteencoding.h:45
TQCString fileName(const KURL &url) const
Converts the given URL into 8-bit form and retrieve the filename.
Definition kremoteencoding.cpp:72
TQCString directory(const KURL &url, bool ignore_trailing_slash=true) const
Converts the given URL into 8-bit form and separate the dirname from the filename.
Definition kremoteencoding.cpp:65
TQCString encode(const TQString &name) const
Converts the given name from Unicode.
Definition kremoteencoding.cpp:51
TQString decode(const TQCString &name) const
Converts the given full pathname or filename to Unicode.
Definition kremoteencoding.cpp:36
Trinity API Reference