I just installed Aptana studio 3 and I like it very much. But when I try to use German umlauts (Ä, Ö, Ü) in HTML I get the following errors:
- replacing illegal character code 139
- replacing illegal character code 159
How do I avoid these errors? I changed Preferences > General > Workspace > Text file encoding to ISO-8859-1 and also set meta charset="ISO-8859-1" in my HTML.
Any ideas? UTF-8 didn’t work, either.
The error/warning appears to be coming from HTMLTidy. You have two options:
See http://wiki.appcelerator.org/display/tis/Problems+View for more info.