Skip to content

Commit 857c78c

Browse files
committed
Add doc lins to unicode packages
1 parent 9ddb93b commit 857c78c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

core/unicode/doc.odin

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// package utf16 implements procedures and constants to support text-encoding in the UTF-16 character encoding
12
package utf16
23

34
import "core:unicode/utf8"

core/unicode/utf8/utf8.odin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// package utf8 implements procedures and constants to support text-encoding in the UTF-8 character encoding
12
package utf8
23

34
RUNE_ERROR :: '\ufffd'

0 commit comments

Comments
 (0)