Thanks Bjoern I should have said that I am using the Tidy ATL which I got from Charles Reitzel's page at http://users.rcn.com/creitzel/tidy.html. My test is fairly simple - using the TidyInputForm test program provided. I can set config values but not command line arguments so I am trying to figure out what config settings I should use. I have played around without success - I still get the numeric entity converted to a character (eg ÷ to ÷). The following is one of the sets of config parameters I have tried without success: indent-spaces: 4 indent: auto indent-attributes: yes tidy-mark: no show-errors: 0 show-warnings: false char-encoding: raw ascii-chars: no numeric-entities: yes Any suggestions on what config parameters to use to get the numeric entities to pass through unchanged? Thanks Graham A. > -----Original Message----- > From: Bjoern Hoehrmann [mailto:derhoermi@gmx.net] > Sent: Monday, 7 April 2003 2:10 PM > To: Graham Adcock > Cc: html-tidy@w3.org > > * Graham Adcock wrote: > >Does anyone know whether I can stop Tidy from translating numeric > entities > >into actual characters? > > Depends... > > >For example, ' translates into an apostrophe > >rather than retaining the ' ÷ to a + etc. > > Tidy converts ÷ to ÷ by default. Using -n it will output > ÷, using e.g. -latin1 Tidy will output ÷.Received on Monday, 7 April 2003 02:33:57 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 13:57:16 GMT