-
-
Notifications
You must be signed in to change notification settings - Fork 37
WebDAV model Chinese text content gibberish #17
Comments
Since version 0.27.0 there is a new parameter, called {
"folders": [{
"uri": "webdav://webdav.example.com/?encoding=utf8",
"name": "My WebDAV folder"
}],
"settings": {}
} Its default value is Have a look at Node.js Buffer class documenation for more information. |
Ok, thank you |
vscode-remote-workspace create the file no problem, |
Have you tried an encoding like |
Use encoding=utf8, so the file created by vscode is normal, but the MD file or TXT file created in other places will not work. For the time being, you can only view the file created by vscode. It is strange that sftp and the like have no such problem. If you don't have a better solution for the time being, let's do it this way. Thank you for providing such a convenient plugin. |
perfect. Thank you very much! |
Chinese text content gibberish, file name is no problem.
Other patterns SFTP, no problem.
The text was updated successfully, but these errors were encountered: