International support

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
trybowski
Posts: 1
Joined: Tue Feb 13, 2007 12:42 am

International support

Post by trybowski »

How about some international support? I mean support for various iso-8859 character sets.
Ingus
Posts: 29
Joined: Sun Mar 05, 2006 12:41 pm
Location: Riga, Latvia
Contact:

Re: International support

Post by Ingus »

trybowski wrote:How about some international support? I mean support for various iso-8859 character sets.
Check out 'Insert -> Encoding' the character sets are already there + in save dialog you can choose to save files in utf8.
peep
Posts: 25
Joined: Thu Feb 15, 2007 10:20 am

Windows1250 charset

Post by peep »

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.
Ingus
Posts: 29
Joined: Sun Mar 05, 2006 12:41 pm
Location: Riga, Latvia
Contact:

Re: Windows1250 charset

Post by Ingus »

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.
Saving the file itself in UTF-8 should help.
Post Reply