Add doc lins to unicode packages

This commit is contained in:
gingerBill
2025-10-09 12:37:18 +01:00
parent 9ddb93bd01
commit 857c78c22b
3 changed files with 4 additions and 0 deletions

2
core/unicode/doc.odin Normal file
View File

@@ -0,0 +1,2 @@
// package unicode provides data and procedures to test properties of Unicode code points
package unicode

View File

@@ -1,3 +1,4 @@
// package utf16 implements procedures and constants to support text-encoding in the UTF-16 character encoding
package utf16
import "core:unicode/utf8"

View File

@@ -1,3 +1,4 @@
// package utf8 implements procedures and constants to support text-encoding in the UTF-8 character encoding
package utf8
RUNE_ERROR :: '\ufffd'