K
KC
PP 2007 occasionally replaces a space (hex 20, binary 0010 0000) with a
space with the high-bit set (hex A0, binary 1010 0000)... in bullets.
My font of choice chooses to represent this as a square box rather than a
space. I need to visually find these boxes, delete them, and add a new
space. Tedious.
I could go off to find another font... but this is problematic as a lot of
existing material uses this font and finding an exact match will require
time, luck and maybe not happen at all.
Is there a way to search and replace hex values in PP or some explanation as
to why the value of A0 is happening and how I could avoid it?
KC
space with the high-bit set (hex A0, binary 1010 0000)... in bullets.
My font of choice chooses to represent this as a square box rather than a
space. I need to visually find these boxes, delete them, and add a new
space. Tedious.
I could go off to find another font... but this is problematic as a lot of
existing material uses this font and finding an exact match will require
time, luck and maybe not happen at all.
Is there a way to search and replace hex values in PP or some explanation as
to why the value of A0 is happening and how I could avoid it?
KC