Looking for a code editor that supports symbols

Asked by Jaap Bo

In Windows I used Arisesoft Winsyntax for html and php publishing. In Ubuntu I have problems with the symbols. I tried Quanta+ and Screem. E.g. the symbol ½ in Screem becomes ½ on a web-page. Quanta+ distorts it even more.
Does anyone know of a code-editor for Ubuntu that can handle symbols properly?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Andrea Corbellini
Solved:
Last query:
Last reply:
Revision history for this message
Best Andrea Corbellini (andrea.corbellini) said :
#1

The problem is not of the editor, but of the encoding you are using. Set it to UTF-8 or use the syntax &xx; for non-ASCII characters.

Revision history for this message
Jaap Bo (jcbosma) said :
#2

Thx, this works.
In Screem at preferences I changed the default character set to UTF-8.
I also put an extra line '<meta http-equiv="content-type" content="text/html; charset=UTF-8" >' in my html-file.