Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To treat any file names as unicode ? #3

Closed
dr-dba opened this issue Feb 20, 2022 · 2 comments
Closed

To treat any file names as unicode ? #3

dr-dba opened this issue Feb 20, 2022 · 2 comments

Comments

@dr-dba
Copy link

dr-dba commented Feb 20, 2022

Hello, it works on mixed characters with english set in file names perfectly well.
My question is, can you add such a feature, as follows:
is it possible to treat cyrillic (+english) ONLY, or hebrew (+english) ONLY filenames as unicode ?

Why:
1.) I have Windows 7 + Far 3 + Conemu + "Oh-My-Posh" + Caskadia font
(the font required for Oh-My-Posh displaying it's own unicode console output properly)
and it works:
image
2.) But this way, in this config Far3 starts to display cyrillic (+english) ONLY file names badly:
image
I guess, because UniCon just ignores those names, leaves them non-unicode.
Please not, "mixed" file names are Ok.
However, it would be nice to have unicode for cyrillic (+english) ONLY file names as well.
Is it possible to add such a feature ?
Thank you

@alabuzhev
Copy link
Owner

This project does one very specific thing: it replaces a drawing API that doesn't use font fallback with the one that does.
It has nothing to do with specific names, locales, fonts etc.
And you don't need this at all if you use conemu, for obvious reasons.

@dr-dba
Copy link
Author

dr-dba commented Feb 20, 2022

> And you don't need this at all if you use conemu, for obvious reasons.
No, as i said before in the enviroment of ConEmu+Far:
> 2.) But this way, in this config Far3 starts to display cyrillic (+english) ONLY file names badly
See the picture, i drawed red lines other bad cyrilic name, while mixed hebrew+cyrillic are Ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants