是否可以在 mime 定义文件的 glob 模式中使用 unicode 字符?

是否可以在 mime 定义文件的 glob 模式中使用 unicode 字符?

我正在发出命令xdg-mime install nv-custom.xml- 使用此文件:

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="text/x-customtest">
        <comment></comment>
        <glob weight="60" pattern="*...someUnicodeHere"/>
    </mime-type>
</mime-info>

是否可以在 glob 的模式字段中使用 unicode?

我尝试按 Ctrl + Shift + U 后跟一段代码,效果很好,但文件没有任何效果,而它对于“常规”文本效果很好。

相关内容