<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 4 Jan 2021 at 14:56, Jean-Marc Lasgouttes <<a href="mailto:lasgouttes@lyx.org">lasgouttes@lyx.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 29/12/2020 à 09:42, Yuriy Skalko a écrit :<br>
> Seems like boost::regex has the same issues as std::regex:<br>
> <a href="https://www.boost.org/doc/libs/1_75_0/libs/regex/doc/html/boost_regex/unicode.html" rel="noreferrer" target="_blank">https://www.boost.org/doc/libs/1_75_0/libs/regex/doc/html/boost_regex/unicode.html</a> <br>
> <br>
> As I understand the ICU library is the only ultimate solution for <br>
> Unicode support.<br>
<br>
Qt relies on ICU, it would be nice to be able to use the bundled library <br>
directly.<br></blockquote><div><br></div><div>Not all builds of Qt rely on ICU, unfortunately. For macOS and Windows, mostly, Qt uses the native libraries, which allow them to get rid of several megabytes of ICU. That means that binaries for macOS and Windows would have to use custom Qt builds, I'm not sure the maintainers will have the time to do it (it also raises the entry bar for new maintainers).<br></div></div></div>