Package: tidy
Version: 20051018-1

Manual page tidy(1) says:

>        -ascii use US-ASCII for output, ISO-8859-1 for input
> 
>        -latin0
>               use US-ASCII for output, ISO-8859-1 for input
> 
>        -latin1
>               use ISO-8859-1 for both input and output

The -latin0 option should say:

>        -ascii use US-ASCII for output, ISO-8859-1 for input
> 
>        -latin0
>               use US-ASCII for output, ISO-8859-15 for input
> 
>        -latin1
>               use ISO-8859-1 for both input and output

For example it can be used to convert UTF-8 to 7bit clean US-ASCII with
Euro support:

> iconv -c -f UTF-8 -t ISO-8859-15 | tidy -b -latin0 -

This would not handle Euro, but would handle vulgar fractions:

> iconv -c -f UTF-8 -t ISO-8859-1 | tidy -b -ascii -



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to