package core:unicode/utf16
⌘K
Ctrl+K
or
/
Overview
Procedures and constants to support text-encoding in the UTF-16 character encoding.
Index
Types (0)
This section is empty.
Constants (2)
Variables (0)
This section is empty.
Procedure Groups (1)
Types
This section is empty.
Constants
MAX_RUNE ¶
MAX_RUNE :: '\U0010ffff'
REPLACEMENT_CHAR ¶
REPLACEMENT_CHAR :: '\ufffd'
Variables
This section is empty.
Procedures
rune_count_in_slice ¶
Related Procedure Groups
rune_count_in_string ¶
Related Procedure Groups
string_to_runes ¶
string_to_runes :: proc(s: string16, allocator := context.allocator) -> (runes: []rune, err: runtime.Allocator_Error) #optional_ok {…}
Procedure Groups
rune_count ¶
rune_count :: proc{ rune_count_in_string, rune_count_in_slice, }
Source Files
Generation Information
Generated with odin version dev-2026-03 (vendor "odin") Windows_amd64 @ 2026-03-21 21:17:19.647013900 +0000 UTC