mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-16 08:04:07 +00:00
Add doc lins to unicode packages
This commit is contained in:
2
core/unicode/doc.odin
Normal file
2
core/unicode/doc.odin
Normal file
@@ -0,0 +1,2 @@
|
||||
// package unicode provides data and procedures to test properties of Unicode code points
|
||||
package unicode
|
||||
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user