class KRemoteEncoding


Table of contents
Modules
kio Classes
All Classes
Module kio
Namespace global
Class KRemoteEncoding
Inherits

Internal (Shared with SlaveConfig) 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