Character encoding

General and specific configuration/INI settings

Character encoding

Postby sano » Tue Feb 22, 2005 12:01 pm

Hi everyone,
I'm a webpage producer, I'm using UE to edit webpages in various languages. I want to ask whether it is possible to set UE to edit/save my files in specific encoding e.h. ISO-8859-2, Windows-1252 etc...

thank you
Alex
User avatar
sano
Newbie
 
Posts: 1
Joined: Tue Feb 22, 2005 12:00 am

Re: Character encoding

Postby gcc2 » Sat Aug 27, 2005 5:36 pm

Yeah, I have the same problem...
There must be some way - UE is the only editor where I can't set this.
Also, I don't get it file > conversion... How do I know, what is current file format?
User avatar
gcc2
Newbie
 
Posts: 3
Joined: Sat Mar 12, 2005 12:00 am

Re: Character encoding

Postby Inray » Sun Aug 28, 2005 5:29 am

Unfortunately UltraEdit doesn't support user selectable file encoding. I have to use a different editor for my web work, only because of this limitation.
I've suggested this to IDM developers, many times. They've told me that will investigate the possibility of implementing this in a future update.
I'm pretty sure that will not happen really soon though.
User avatar
Inray
Advanced User
Advanced User
 
Posts: 52
Joined: Wed Jul 14, 2004 11:00 pm
Location: Europe

Re: Character encoding

Postby gcc2 » Sun Aug 28, 2005 1:31 pm

Damn, its a really bad news for me :/
I have just finished some project in UE, but I need PL chars in iso-8859-2 encoding. I've tried to open these files in another editor, change encoding, and save but this won't solve the problem.
Is there any way to fix that problem without manual rewrite all the code?
User avatar
gcc2
Newbie
 
Posts: 3
Joined: Sat Mar 12, 2005 12:00 am

Re: Character encoding

Postby Inray » Mon Aug 29, 2005 5:48 am

If you have another editor that supports extended (ISO) encodings then you can save your UltraEdit project as Unicode, import it from the other editor and finally change the encoding to whatever you want.
I did that using Dreamweaver and worked. Not the best method though.

I always wondered why IDM authors didn't implement this feature even in the latest UEdit Studio !
User avatar
Inray
Advanced User
Advanced User
 
Posts: 52
Joined: Wed Jul 14, 2004 11:00 pm
Location: Europe

Re: Character encoding

Postby oki98 » Tue Mar 07, 2006 10:44 am

Yeah that's funny deadlock:
UE does not support iso-8859-2 encoding but supports windows-1250.
On the other hand php multibyte conversion functions does not support windows-1250 but support iso-8859-2.
User avatar
oki98
Newbie
 
Posts: 2
Joined: Sat Feb 04, 2006 12:00 am

Re: Character encoding

Postby cerrbion » Tue Oct 24, 2006 1:24 pm

There is a way, open an iso-8859-2 document, go to "view/set code page" and choose "iso-8859-2", than go to: "file/conversions" and choose ASCII to UNICODE, than you will see all diacritics right, but when you want save edited code/text you must convert it back, so choose UNICODE to ASCII and save it, thats it.
User avatar
cerrbion
Newbie
 
Posts: 1
Joined: Mon Oct 23, 2006 11:00 pm

Re: Character encoding

Postby Mofi » Thu Dec 18, 2008 9:13 am

Just for info if somebody finds and reads this old thread:

Starting with v12.10 UltraEdit supports code page conversion, auto detection of the code page needed for a file (charset tags in HTML and XML files) and the user can specify at any time for every opened file individually the code page to use for that file which is used when converting from Unicode to ASCII/ANSI and vice versa.

IDM has written also the power tip Unicode text and Unicode files in UltraEdit/UEStudio which contains also general information about character encoding.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4066
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Configuration/INI Settings