View Single Post
Old 08-19-2025, 12:33 PM   #11
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: 8,914
Karma: 6120478
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by DiapDealer View Post
I'm pretty sure QTextStream and QString both convert all line endings to \n in memory, right? No need to worry about \r\n.
It may, but we have always handled line endings ourselves. See Utility.cpp's ConvertLineEndingsand Normalize() routine. So either way, we are covered.

Quote:
Correct me if I'm wrong, but couldn't this approach also solve the custom .bdic location for PageEdit problem that we were discussing? Set the variable in the file and drop/copy dictionaries where you want?
Yes that should work. Great idea! We can document that in the PageEdit user's guide someplace.

Quote:
Something in your recent pushes is failing the Linux CI build on GitHub (which uses our Python and Qt minimums), however.
I will look into that? I would hope qputenv would exist all of the way back to Qt 6.4, but I will look into it.

Last edited by KevinH; 08-19-2025 at 12:59 PM.
KevinH is offline   Reply With Quote