no quote-copy option in tidy.config?

I use bluefish for html. Each time I run tidy, it
changes "©" into a "C within a circle" symbol.
Weblint tells me that this is incorrect, though. Is it
true?
How could I tell tidy to leave © alone?
Bellow my tidy.config:

 #05/11/05 config file for HTML tidy

wrap: 72
output-xml: no
input-xml: no
show-warnings: yes
numeric-entities: yes
quote-marks: yes
quote-nbsp: yes
quote-ampersand: yes
break-before-br: yes
uppercase-tags: no
uppercase-attributes: no

fix-backslash: yes

 drop-empty-paras: yes

enclose-text: no

fix-bad-comments: yes

write-back: no

new-inline-tags: cfif, cfelse, math, mroot, 
  mrow, mi, mn, mo, msqrt, mfrac, msubsup, munderover,
  munder, mover, mmultiscripts, msup, msub, mtext,
  mprescripts, mtable, mtr, mtd, mth
new-blocklevel-tags: cfoutput, cfquery
new-empty-tags: cfelse
clean: no

doctype: loose

// character encoding options
ascii-chars: no
char-encoding: utf8

// pretty print options
markup: yes
indent: auto
indent-attributes: yes
indent-spaces: 2

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

This is my first attempt at cofiguring tidy--please
let me know if anything is incorrect in it.
Thanks, Hearthstone.
http://modelearth.org


	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

Received on Saturday, 14 May 2005 00:34:53 UTC