Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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