We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddb93b commit 857c78cCopy full SHA for 857c78c
core/unicode/doc.odin
@@ -0,0 +1,2 @@
1
+// package unicode provides data and procedures to test properties of Unicode code points
2
+package unicode
core/unicode/utf16/utf16.odin
@@ -1,3 +1,4 @@
+// package utf16 implements procedures and constants to support text-encoding in the UTF-16 character encoding
package utf16
3
4
import "core:unicode/utf8"
core/unicode/utf8/utf8.odin
+// package utf8 implements procedures and constants to support text-encoding in the UTF-8 character encoding
package utf8
RUNE_ERROR :: '\ufffd'
0 commit comments