colinta / SublimeStringEncode

Converts characters from one "encoding" to another using a transformation (think HTML entities, not character encodings)
Other
150 stars 22 forks source link

Escape non-breaking spaces in HTML strings; #10

Closed bradland closed 11 years ago

bradland commented 11 years ago

escapes the non-breaking space character available as opt+shift+space in OS X and ctrl+shift+space in Windows; encoded as A0 unicode string for clarity.

colinta commented 11 years ago

Cool! Didn't even know it could be typed that way!