Running ctags on Unicode file names fails to open them. **Example** For a file called: `こんにちは世界.txt` Running: `ctags --options=NONE *` Will produce: ``` ctags: Notice: No options will be read from files or environment ctags: Warning: cannot open input file "???????.txt" : No such file or directory ```