International support
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
International support
How about some international support? I mean support for various iso-8859 character sets.
Re: International support
Check out 'Insert -> Encoding' the character sets are already there + in save dialog you can choose to save files in utf8.trybowski wrote:How about some international support? I mean support for various iso-8859 character sets.
Windows1250 charset
I am too for an inclusion of other character sets. ANSI is not enough for my PHP code.
Inserting a META doesn't solve the problem when you have special characters in other encodings in the code itself.
Like:
if(!@unlink($path)) err("DoÅlo k chybƬ pĆøi pokusu o odstranƬnĆ souboru $path.");
Some Czech characters are completely incorrect - ì, ø etc.
Inserting a META doesn't solve the problem when you have special characters in other encodings in the code itself.
Like:
if(!@unlink($path)) err("DoÅlo k chybƬ pĆøi pokusu o odstranƬnĆ souboru $path.");
Some Czech characters are completely incorrect - ì, ø etc.
Re: Windows1250 charset
Saving the file itself in UTF-8 should help.peep wrote:I am too for an inclusion of other character sets. ANSI is not enough for my PHP code.
Inserting a META doesn't solve the problem when you have special characters in other encodings in the code itself.
Like:
if(!@unlink($path)) err("DoÅlo k chybƬ pĆøi pokusu o odstranƬnĆ souboru $path.");
Some Czech characters are completely incorrect - ì, ø etc.