Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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