Reply To: Changing a text character to a symbol or solid box help

#67423

I was not thinking in terms of using a grep style, but I suppose you could, but you still have to change the 1 and 0 characters to something else. You could do 2 find change grep operations through the find change dialog, using the grep panel.

findWhat: \A1\Z changeTo: \x{F0A2} — unicode for solid black square character in Wingdings2

findWhat: \A0\Z changeTo: \x{F0A3} — unicode for open square character in Wingdings2

For changeTo formatting for both, also indicate Wingdings2 font or character style that specifies it, or use grep style. I’m working on a Mac, so I not certain you would be using the same values if you are on a PC.

This article was last modified on March 3, 2014

Comments (0)

Loading comments...