I often use “ and ” for open and close quotes, respectively. When I invoke tidy, these are changed to simple quotes ( " ). 
What setting do I need to change in tidy to have these left alone? I tried switching "quote-marks" on and off, but that doesn't work.
Thanks
			
			
									
						
										
						Pro 2004: prevent tidy from changing “ -> &quo
Moderator: kfury77
					Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
	Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
- 
				Bud
Didn't have this problem before
In the previous version of HTMLPad, it would change “ to &ldquot;.  Bad enough, but I could use search/replace to clean up before I uploaded. Now both “ and ” turns to regular quote ("), so there's no way to do a search/replace. 
If you say it is something on Tidy, then I'll see if I can find out what the deal is and post it here.
Thanks.
			
			
									
						
										
						
If you say it is something on Tidy, then I'll see if I can find out what the deal is and post it here.
Thanks.
- 
				Bud
Tidy settings to make well-formed HTML
Okay, after spending a while going through all the settings, I found the combo that makes the print look nice, validates well, and avoids the non-standard ” tags.
Turn the following on (all others off)
Cheers
			
			
									
						
										
						Turn the following on (all others off)
- break-before-br
 clean
 doctype=auto
 drop-empty-paras
 drop-font-tags
 drop-prorietary-attributes
 enclose-block-text
 enclose-text
 fix-bad-comments
 fix-uri
 indent-cdata
 join-classes
 join-styles
 logical-emphasis
 lower-literals
 ncr
 numeric-entities
 quote-nbsp
 repeated-attributes: keep-last
 word-2000
 indent=auto
 indent-spaces=2
 markup
 tab-size=2
 wrap=75
 wrap-asp
 wrap-jste
 wrap-php
 wrap-sections
 char-encoding=ascii
 output-bom=auto
 fix-backslash
 keep-time
 write-back
Cheers

