Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Problem with Unicode in the WinSCP internal editor

This issue has been added to the tracker:
https://winscp.net/tracker/1580

Thanks for your report.

Can you send me an email, so I can send you back a development version of WinSCP for testing? Please include link back to this topic in your email. Also note in this topic that you have sent the email. Thanks.

You will find my address (if you log in) in my forum profile.
martin

Re: Problem with Unicode in the WinSCP internal editor

I have asked a related question on Stack Overflow:
https://stackoverflow.com/q/47433656/850848
If you have an upvote privilege on the site, please consider upvoting my question.
martin

Re: Problem with Unicode in the WinSCP internal editor

Thanks for your report.
I will take a look at this issue.
Guest

Problem with Unicode in the WinSCP internal editor

Hello,
there is a Problem with one Unicode character with the WinSCP internal editor.

My workaround:
- display the character with the HTML hexadecimal code in a webbrowser.
- copy&paste the character into OpenOffice Calc.
- copy&paste the character into notepad++
- copy&paste the character into the WinSCP internal editor
than, the Unicode character "1D5BC" don't display, but a range of 1023 other characters displaying correctly.

HTML is UTF-8
<html lang="en">
<head>
<meta charset="UTF-8">

OpenOffice import with Unicode (UTF-8)

notepad++ is set UTF-8

WinSCP internal editor encoding is set UTF-8

https://ibb.co/WzHTXFx
https://ibb.co/XbSNnRf

When i edit the *.html file in notepadd++ local and upload it, there is no problem with this character.