Maybe I am losing something, but it seems that you can choose the encoding when saving to disk. You should implement these things:
- Configure default encoding for new files
- Choose encoding when creating new files
- Modify encoding of already opened files
- Choose encoding when saving to FTP (not so important if you implement the former)
- Show encoding in the status bar
Now, when I want to convert a FTP file to UTF-8, I must open it, save to disk with UTF-8 and then save to FTP.
Also, if I create a file and save directly to FTP, which encoding does it have?
WB2006 UTF-8 Support
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;
WB2006 UTF-8 Support
Saludos!
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
When saving to FTP the encoding used is the one the file was last saved with, if it was never saved, then it is default - ANSI. Now I agree, a feature that allows to select default encoding and to switch encoding for already open file would be nice and we are planning to introduce them in one of future versions.