From 08c6e50819ff280a067ed6b99d05a4d75693b060 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Thu, 17 Jun 2010 21:44:08 +0000 Subject: [PATCH] ref ticket #1089 [Imported from Trac: page SftpFrontend, version 32] --- SftpFrontend.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SftpFrontend.md b/SftpFrontend.md index 4553a32..fdfef94 100644 --- a/SftpFrontend.md +++ b/SftpFrontend.md @@ -56,6 +56,8 @@ It may not be entirely clear to users whether a particular Gnome app is using GI The SFTP frontend encodes all filenames as UTF-8 when communicating with the client. Support for displaying and copying non-ASCII filenames is likely to vary between clients. If you are using a filesystem that represents names as UTF-8 (including via sshfs), then it should just work, but please report your experience with this. Note that SFTP currently does not perform any [Unicode normalization](http://en.wikipedia.org/wiki/Unicode_equivalence) (so for example, filenames copied from a Mac OS X filesystem will remain in NFD); this is likely to change in future. +Many clients do not convert filenames to UTF-8; see ticket #1089. + ### Performance