When I first tried HTML Tidy in UltraEdit, using a sample config file I got from somewhere, they all got translated to numerics: “, ”, …, ... I tried all sorts of changes to the config file but failed. Now I can't even get it to do the numerics; it's inserting characters directly (“Xmas” turns into “Xmas” and I can't even get back to the numerics).
My config file right now is:
- Code: Select all
indent: auto
indent-spaces: 2
wrap: 72
markup: yes
output-xhtml: yes
input-xml: no
show-warnings: yes
quote-marks: no
quote-nbsp: yes
quote-ampersand: yes
break-before-br: no
uppercase-tags: no
uppercase-attributes: no
char-encoding: utf-8
and my documents start out with:
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
Help?

