| 
 Compounds | 
| class   | ConvertError | 
|   | Exception class for charset conversion errors. More...
 
  | 
| class   | IConv | 
|   | Thin iconv() wrapper. More...
 
  | 
 Functions | 
| bool  | get_charset () | 
|   | Get the charset used by the current locale. 
 
  | 
| bool  | get_charset (std::string& charset) | 
|   | Get the charset used by the current locale. 
 
  | 
| std::string  | convert (const std::string& str, const std::string& to_codeset, const std::string& from_codeset) | 
|   | Convert from one encoding to another. 
 
  | 
| std::string  | convert_with_fallback (const std::string& str, const std::string& to_codeset, const std::string& from_codeset) | 
|   | Converts a string from one character set to another, possibly including fallback sequences for characters not representable in the output. 
 
  | 
| std::string  | convert_with_fallback (const std::string& str, const std::string& to_codeset, const std::string& from_codeset, const Glib::ustring& fallback) | 
|   | Converts a string from one character set to another, possibly including fallback sequences for characters not representable in the output. 
 
  | 
| Glib::ustring  | locale_to_utf8 (const std::string& opsys_string) | 
|   | Convert from the current locale's encoding to UTF-8. 
 
  | 
| std::string  | locale_from_utf8 (const Glib::ustring& utf8_string) | 
|   | Convert from UTF-8 to the current locale's encoding. 
 
  | 
| Glib::ustring  | filename_to_utf8 (const std::string& opsys_string) | 
|   | Converts a string which is in the encoding used for filenames into a UTF-8 string. 
 
  | 
| std::string  | filename_from_utf8 (const Glib::ustring& utf8_string) | 
|   | Converts a string from UTF-8 to the encoding used for filenames. 
 
  | 
| std::string  | filename_from_uri (const Glib::ustring& uri, Glib::ustring& hostname) | 
|   | Converts an escaped UTF-8 encoded URI to a local filename in the encoding used for filenames. 
 
  | 
| std::string  | filename_from_uri (const Glib::ustring& uri) | 
|   | Converts an escaped UTF-8 encoded URI to a local filename in the encoding used for filenames. 
 
  | 
| Glib::ustring  | filename_to_uri (const std::string& filename, const Glib::ustring& hostname) | 
|   | Converts an absolute filename to an escaped UTF-8 encoded URI. 
 
  | 
| Glib::ustring  | filename_to_uri (const std::string& filename) | 
|   | Converts an absolute filename to an escaped UTF-8 encoded URI. 
 
  |