Sublime Forum

How to filter out <0x2007> characters?

#1

Hi,

When pasting text from some emails (sent from a homemade app), I get <0x2007> invisible characters everywhere and the content of my email is all messed up.

If I search for these invisible characters and replace them with a space, everything looks good.

Is there a way to configure Sublime text to do that automatically for me? Maybe simply “hide” invisible characters? I cannot see the option anywhere…

0 Likes

#2

There’s no built-in way to automatically remove specific characters, but there might a plugin for it.

You can control how these characters are drawn using the "draw_unicode_white_space" setting.

1 Like

#3

Works great with “draw_unicode_white_space”: “none”. Thanks!

0 Likes