Add core:unicode/utf8/utf8string to examples/all

This commit is contained in:
gingerBill
2022-03-18 23:32:37 +00:00
parent a68f0b2d72
commit ae6441182d
2 changed files with 62 additions and 60 deletions
+2
View File
@@ -104,6 +104,7 @@ import time "core:time"
import unicode "core:unicode"
import utf8 "core:unicode/utf8"
import utf8string "core:unicode/utf8/utf8string"
import utf16 "core:unicode/utf16"
main :: proc(){}
@@ -193,4 +194,5 @@ _ :: thread
_ :: time
_ :: unicode
_ :: utf8
_ :: utf8string
_ :: utf16