class KRemoteEncoding


Module kio
Namespace
Class KRemoteEncoding
Inherits
Allows encoding and decoding properly remote filenames into Unicode.

Certain protocols do not specify an appropriate encoding for decoding their 8-bit data into proper Unicode forms. Therefore, ioslaves should use this class in order to convert those forms into QStrings before creating the respective KIO.UDSEntry. The same is true for decoding URLs to its components.

Each KIO.SlaveBase has one object of this kind, even if it is not necessary. It can be accessed through KIO.SlaveBase.remoteEncoding.

A class for handling remote filenames Author Thiago Macieira



methods