Problem with -raw option

I am getting a problem using -raw.
The doc says :
  -raw            leave chars > 128 unchanged upon output
Should it not be :
  -raw            leave chars > 128 unchanged upon output and 
                  converts SGML entities to ascii. ?

The problem is that   is converted to a normal space and is then lost
if I don't use -raw.
If I use -raw, wich is good for internationalization, the file is not
corrupted be becomes harder to read with a text editor.
Is is correct to convert   to space ?
Or is there an option I should use to keep my   unchanged, even if I
don't want to have my é, å and ø changed to SGML entities ? 
TIA. Jany.

Received on Thursday, 2 September 1999 10:44:11 UTC