View Single Post
Old 04-22-2015, 06:55 PM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,630
Karma: 5433388
Join Date: Nov 2009
Device: many
FWIW, That error comes from Utility.cpp which uses QFile on a full unicode filepath and tries to open the file at that path. So it should handle all paths representable in unicode. On Linux boxes filepaths are true bytestrings and can actually contain byte sequences that are not valid in unicode. Other than that, it should work on any path properly convertable to unicode.
KevinH
KevinH is offline   Reply With Quote