Jump to content

Full-width space to half-width space


Recommended Posts

Hello (Google Translate)

I'm looking for a way to automatically replace full-width spaces with half-width spaces.
I thought about using the Snippets feature, but it doesn't work.

As an example, imagine the behavior of the ↓ function in a spreadsheet.
= substitute (A1, CHAR (12288), CHAR (32))
 
 
Snippets → "Auto expansion allowed" checked
Keyword → " "
Snippet → " "

full-width spaces insert = auto substitute = semi-width spaces

Link to comment

That sounds like a very bad idea. Always replacing regular spaces with some Unicode character will break a lot of things.

 

Create a workflow instead. Use a Hotkey with Argument = "Selection in macOS" -> Replace utility -> Copy to Clipboard output with "Automatically paste to front most app" selected.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...