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
In text-oriented Rust code like ICU4X, &[u16] is used for UTF-16 and, therefore, has std::u16string_view semantics, and u16 is used for UTF-16 code unit and, therefore, has char16_t semantics. Add configuration options to have these types generated for C++.
The text was updated successfully, but these errors were encountered:
In text-oriented Rust code like ICU4X,
&[u16]
is used for UTF-16 and, therefore, hasstd::u16string_view
semantics, andu16
is used for UTF-16 code unit and, therefore, haschar16_t
semantics. Add configuration options to have these types generated for C++.The text was updated successfully, but these errors were encountered: