Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
hi, i had a similar issue with thin spaces, so i have a search and replace in custom\doctypes\whatever\instance.acl to replace them with the   character entity
set charentdisplay=on
replace(chr(0x2009),' ',0x2070)
and this in custom\lib\charent.cf to display them as an open box
chars:
thinsp "Arial Unicode MS" 0x2423 unicode 0x2009 current "\hmode\kern.1666em|"
also arbortext is set to convert character entities back to unicode characters on save.
cheers karl