diff options
| author | gingerBill <bill@gingerbill.org> | 2022-03-18 23:32:37 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-03-18 23:32:37 +0000 |
| commit | ae6441182de5185812b9e5558b08ccaa3a877cdc (patch) | |
| tree | 145f4b91250d598047d8c397dd26efffcba8c3b4 /examples | |
| parent | a68f0b2d72a3883879da124321868afcdac3b9d6 (diff) | |
Add `core:unicode/utf8/utf8string` to `examples/all`
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 7d2082250..dafd29ab3 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -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
\ No newline at end of file |