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
The PR sealangdotorg/libuse#25 provides a basic UTF-8 support for the libstdhl to check and convert byte sequences (strings) into a UTF-8 Unicode representation format U+{hexvalue}. Furthermore it defines a couple Unicode block ranges, but this list is far from complete.
Tasks to do:
provide full list and ranges of all Unicode blocks through proper enumeration values (see src/cpp/Unicode{.h,.cpp}
The PR sealangdotorg/libuse#25 provides a basic UTF-8 support for the
libstdhl
to check and convert byte sequences (strings) into a UTF-8 Unicode representation formatU+{hexvalue}
. Furthermore it defines a couple Unicode block ranges, but this list is far from complete.Tasks to do:
src/cpp/Unicode{.h,.cpp}
The text was updated successfully, but these errors were encountered: