liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 260 forks source link

umlaut chars and special characters are being replaced #769

Open lkusam opened 4 years ago

lkusam commented 4 years ago

Do you read the FAQ?

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. add umlaut chars to a script file 2.upload the file to remote. Characters will be replaced

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Extension Logs from Startup - required

  1. Open User Settings.

    • On Windows/Linux - File > Preferences > Settings
    • On macOS - Code > Preferences > Settings
  2. Set sftp.debug to true and reload vscode.
  3. Reproduce the problem, get the logs from View > Output > sftp.
lkusam commented 4 years ago

ex: "^[A-zÀ-ÿ .,\\-&_]+$" is been replaced with "^[A-z�-� .,\-&_]+$"

lkusam commented 4 years ago

Any update ?