Keyboard Suddenly Outputting in NFD

Richard Wordingham richard.wordingham at ntlworld.com
Tue Mar 23 03:11:45 CDT 2021


On Mon, 22 Mar 2021 22:16:24 +0000
Richard Wordingham via Unicode <unicode at unicode.org> wrote:

> Are there any quick fixes?

There is one off-the-shelf fix.  Instead of typing

grep pattern file

one types

grep $(unconv -x any-nfc <<<pattern) file

This won't work nicely if the pattern contains shell control
characters, such as spaces and dollars.

Richard.


More information about the Unicode mailing list