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
Please note that this issue is different from #280.
On modern C/C++, it's already possible to declare a char/string is UTF-8, UTF-16, or UTF-32 by using of prefixes, e.g: u8"my string" (my string is encoded in UTF-8).
Adept itself already has the ub suffix to specify a C char/string.
The text was updated successfully, but these errors were encountered:
Please note that this issue is different from #280.
On modern C/C++, it's already possible to declare a char/string is UTF-8, UTF-16, or UTF-32 by using of prefixes, e.g:
u8"my string"
(my string
is encoded in UTF-8).Adept itself already has the
ub
suffix to specify a C char/string.The text was updated successfully, but these errors were encountered: