Steps to reproduce
I mark ( [[zzzzzzz]]) in text of pre-existing files using UTF-8 file names outside the ASCII8 (roman) range.
Expected result
I expect in the mark popup file names starting with that name, ex (Tibetan) [[སངས ] and subsequent files with the same name.
Actual result
However in UTF-8 and non-English, I get random file names rather than files starting with that name, ex (Tibetan) [[སངས་] do not bring up files such as སངས་.md and similar longer file names.
Environment
MACOSX 10.15.7
- Obsidian version:
v0.11.5
Additional information
<!--
Anything else you think would help our investigation, like a screenshot or a log file?
You can drag and drop screenshots to this box.
For large amount of text, try putting them into something like Pastebin.

1. The file name fetching from the file system, does it use UTF-8 or assume ASCII-8 (UTF-8 subset) for the popup build for linking?
2. Or does the popup sorting of file names use UTF-8 sorting?
If you need UTF-8 files for testing, let know. Or if you have a beta build I could try out here to see if that fixed the issue.