-
Notifications
You must be signed in to change notification settings - Fork 67
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
Unicode file names on Windows? #104
Comments
I can't see an obvious way to log to a filehandle rather than a file? This would make things possible but there is no Appender for file handles? |
Have you taken a look at |
I tried that too but no luck - I think whatever the package, it has to use the lower-level "wide" windows APIs or it just wont' work in general. |
Yes, it will have to use the right API. If it doesn't do so now, then it can be made to do so via a pull request? |
Using the file appender and a filename such as "пример.log" on Windows results in:
It's fine with common Latin1 things but not Cyrillic etc. Is there a way to do this? In the application that uses this, I had to resort to
Win32::Unicode::File
in other places as this seems to be the only way to read/write files with such glyphs on Windows?The text was updated successfully, but these errors were encountered: