Display an icon over the file that has NFD normalized file name on Windows Explorer.
This tool support two combining characters only for now.
- U+3099 Combining Katakana-Hiragana Voiced Sound Mark
- U+309A Combining Katakana-Hiragana Semi-Voiced Sound Mark
This tool is based on the source code of following article.
- Copy NfdHighlighter.dll to C:\Windows\System32 or any other directory.
- Open cmd.exe as administrator and type following command.
regsvr32 NfdHighlighter.dll
- Open cmd.exe as administrator and type following command.
regsvr32 /u NfdHighlighter.dll
- Then you can delete the DLL file.