Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 6.0.0 Alpha
-
Fix Version/s: None
-
Component/s: Core: QString and Unicode
-
Labels:None
-
Platform/s:
-
Story Points:5
-
Sprint:Team 1 Foundation_Sprint 43, Team 1 Foundation_Sprint 44
Description
toUcs4 returns QVector<uint>, while fromUcs4 expect to see char32_t and will throw a warning. There should be a function that returns char32_t.