Jaakko Ruohio
Jaakko Ruohio
Problem is more in FreeType.jl and underlying FreeType library Some discussion here https://stackoverflow.com/questions/10075032/can-freetype-functions-accept-unicode-filenames
If `chmod("/tmp/jl_MFdsV3/no-slides", 0o444, recursive=true)` sets the directory first to be read-only, then `stat("/tmp/jl_MFdsV3/no-slides/[Content_Types].xml")` fails. ``` mkdir foo touch > foo/bar chmod u-x foo stat foo/bar ``` gives me `stat: cannot...
What if PrettyTables.jl had an XML backend ..