Double byte character in Command Editor

It occupy two letter's space in visible, but it just occupy one letter's space when choose it, when redefine the command, it must be more confused, so I have to copy all of the command line to a external editor to edit it.

1 Like

Windows and Opus use UTF-16 natively so all characters are double byte, except ones that use even more bytes (e.g. emoji characters).

Can you be more specific about which character is causing the problem?

I think the edit control we use for the button editor has problems with things like Chinese & Japanese characters, which is a known issue. We may replace the edit control with a different one in the future, although that is more of a long-term plan, and it's quite hard to find edit controls which have both advanced features and good international support. (e.g. I believe Scintilla, which we're considering, works better with Chinese & Japanese, but doesn't work well with Arabic. Given our userbase that is probably a better compromise than what we have now, but it'd be even better if we could find something that works with everything.)

Iā€˜m using Chinese characters:grinning:
I didn't know you have noted that. expecting good news.

I use Notepad++ (based on Scintilla) and I try to use it and refrain from using the built-in command editor whenever I can. For script add-ins that is easy, as they are saved as files on disk, for rename presets, not so much, as I have to copy and paste back and forth between test runs.

Having the option of bypassing the built-in editor and using an external one would be the best, I think.