? replacing tabs/spaces. How to stop it?
Submitted by Wednesday, 7 July, 2004 - 00:30
on
I've just started getting into jEdit and when using it seems to replace spaces/tabs with ?????
I'm using jEdit under Linux (Lindows 4.5.122) at home but will be saving it as dos/ascii for upload to a Windows 2000/XP machine.
an example of what is happening is below. Any help is much appreciated.
select a.emplid, a.first_name, a.last_name, a.extension, b.address1 ?
from ps_utc_name_phn_vw a,
? ? ?ps_addresses b
where a.emplid ?like '10002%'
and a.emplid ? ? ?= b.emplid
and b.addr_type = 'STAF'
and b.effdt ? ? ?= (select max(b1.effdt)
????????????????? ?????? ? ????? ? ? ?from ?ps_addresses b1
???????????????????????????????? ? ? ?where b1.emplid ? ?= b.emplid
???????????????????????????????? ? ? ?and ? b1.addr_type = b.addr_type
????????????????????????????????? ? ? and???????b1.effdt ? ?<= sysdate
????????????????????????????????? ? ?)
Peter