You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
Currently QtWebApp built with Qt 6 needs the compatibility module. Over time it would be great to get rid of the dependency. The question is how. The compatibility is needed for QTextCodec which is used by the template engine. I'm unsure whether it would be good enough to drop the codec conversion API and require UTF-8 (I think this sounds sensible) or how important it is to keep compatibility here.