Hi!
1. Each time i create a new file directly on FTP, its encoding is set to ANSI, despite the fact that in options i have UTF8 (without BOM). I have to to open it in notepad++, change its encoding to utf8, and then continue editing, which is VERY annoying.
2. There is a way around that - i can open any file from ftp with already changed encoding, and create a new file using it as a 'template' by 'save to FTP', but each time i select that option, i have to select ftp, than browse to the folder - it should remeber my last opened path, or just open the same ftp path that is opened in file explorer panel.
I'm only beginning with programming, but as i see it, it would be best to add a similar to notepad++ feature to just change encoding of opened file. Is something like this possible, or is this something in consideration or development?
Thanks
Problem with ANSI/UTF8
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: Problem with ANSI/UTF8
See this topic. May be useful?
http://forums.blumentals.net/viewtopic.php?f=4&t=3333
http://forums.blumentals.net/viewtopic.php?f=4&t=3333
Re: Problem with ANSI/UTF8
Unfortunately it's something different. But thanks for reply!:)chrisjlocke wrote:See this topic. May be useful?
http://forums.blumentals.net/viewtopic.php?f=4&t=3333
Re: Problem with ANSI/UTF8
If you look at the status bar at the bottom of the program's window, you will see the encoding currently being used. Click it to bring up a list of encodings to choose from.soloowaty wrote:I'm only beginning with programming, but as i see it, it would be best to add a similar to notepad++ feature to just change encoding of opened file. Is something like this possible, or is this something in consideration or development?
Thanks
Re: Problem with ANSI/UTF8
THANKS!!! I think that's what i need!!!