Can’t open files with none-ASCII names

Issue #29 resolved
Khaled Hosny created an issue

Looks like something happens in the Guile side that converts non-ASCII to question marks.

Arguments passed to scm_set_program_arguments() are fine, but by the time they reache fontforge_main() there are question marks in place of non-ASCII characters.

Comments (5)

  1. Barry Schwartz

    I’m changing it so setting locale is the very first thing done, and it is done in the main programs rather than the library.

  2. Barry Schwartz

    Try it now and feel free to mark the issue either resolved or, if I did things wrong, extra super double open. (Though it at least gives me correct ‘file not found’ messages now.)

  3. Log in to comment