PDA

View Full Version : Are You using HTMLPad? Need help...


khurtsiya
24th November 2007, 07:10 PM
How can I save .html in UTF-8 encoding?

Step by step what I'm doing now to make UTF-8 .html file:

Make file in HTMLPad
Copy-paste it to notepad
Save as UTF-8
Open with HTMLPad again (if I need to edt code)

But here are one more trouble - it is look like фывадов жфиываы 8)

Who know where in Settings I can fix this?

Thanks!

jacksonm
24th November 2007, 07:18 PM
Use Jedit instead. It is far superior to any editor out there, and it's free.

.

khurtsiya
24th November 2007, 09:14 PM
Can't download... Jacksonm, can You upload it somwhere?

jacksonm
24th November 2007, 09:19 PM
Can't download... Jacksonm, can You upload it somwhere?

I don't have the installer file anymore, plus you probably want it for windows and I use linux. Don't worry, Sourceforge will come back online shortly. I have never seen them go offline before!

.

mulligan
25th November 2007, 06:01 AM
You can try Notepad 2 .. It's free
http://www.flos-freeware.ch/notepad2.html

When writing code open it and before doing anything click 'File' >> 'Encoding' >> and select your encoding

Or to make your default encoding UTF-8 or Unicode etc 'File' >> 'Encoding' >> 'Default' and select your default encoding from the drop down menu .. All files will then automaticically be in your chosen encoding

khurtsiya
25th November 2007, 06:57 AM
Thank You guys!

Nice progs.

Can You tell me is there Auto Complete function?

jacksonm
25th November 2007, 08:30 AM
Thank You guys!

Nice progs.

Can You tell me is there Auto Complete function?


Yes, in Jedit there is.

.

khurtsiya
25th November 2007, 04:05 PM
Thanks again, jacksonm!

I'll try to find it :)

jacksonm
25th November 2007, 04:09 PM
Here is a direct link:

http://garr.dl.sourceforge.net/sourceforge/jedit/jedit42install.exe


And here is how to configure for utf8:

http://developers.sun.com/global/technology/standards/reference/faqs/how-to-utf-8.html


Jedit can even publish files to your server via ssh or ftp.

.

khurtsiya
25th November 2007, 04:26 PM
Looking on it. Seems to be hard to learn this prog :)

But I need to, because I want to live XP and go to Linux :)

jacksonm
25th November 2007, 04:28 PM
Looking on it. Seems to be hard to learn this prog :)

But I need to, because I want to live XP and go to Linux :)


Jedit is a java program, so you can use it on windows, linux, mac, etc.

It is not that hard to learn how to create a file, how to save a file, and how to publish a file to your server.

.