Sublime Forum

Sftp remote_encoding error

#1

Sublime Text

error: SFTP

An encoding error was encountered trying to read from the server. Please adjust the “remote_encoding” setting in sftp-config.json.

Common encodings include:

“utf-8”: Default and most common encoding

“cp1252” or “iso-8859-15”: Danish, Dutch, English, French, German, Icelandic, Italian, Norwegian, Spanish, Swedish and Portuguese

“cp1250”: Albanian, Bosnian, Croatian, Czech, Hungarian, Polish, Romanian, Serbian (Latin Script), Slovak and Slovene

“cp1251”: Bulgarian, Russian and Serbian (Cyrillic)
“cp1253”: Modern Greek
“cp1254”: Turkish
“cp1255”: Hebrew
“cp1256”: Arabic, Persian and Urdu
“cp1257”: Estonian, Latvian and Lithuanian
“cp1258”: Vietnamese

The above is the error prompted!

In fact, I know that the reason is that the path on the server is not in English. In my case, it has Chinese characters.
But what should I do?

In my configuration, this item has Chinese characters, and I can’t decide to change it to pure English.

“remote_path”: “Path with Chinese characters”,

image

0 Likes