Skip to content

Conversation

@xworld21
Copy link
Contributor

@xworld21 xworld21 commented Apr 6, 2025

Fix #2413 and various straightforward file name encoding issues that can be addressed directly in Util::Pathname. It is stacked on top of #2544 because it also uses Encode::Locale, and of course it is easier to test if I can pass non-ASCII characters to latexmlpost.

This is not yet a complete fix for all encoding issues, such as #2336, because I still need to replace every call to open, readdir, -r, -f, and so on with suitable calls to pathname_open and similar. That's going to be a lot more invasive.

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

Successfully merging this pull request may close these issues.

pathname_cwd should decode cwd() before use

1 participant