Files
herolib/aiprompts/v_core/encoding/encoding.utf8.validate.md
2025-09-02 07:28:13 +02:00

542 B

module encoding.utf8.validate

Contents

utf8_data

fn utf8_data(data &u8, len int) bool

utf8_data returns true, if the given data block, with length len bytes, consists only of valid UTF-8 runes

[Return to contents]

utf8_string

fn utf8_string(s string) bool

utf8_string returns true, if the given string s consists only of valid UTF-8 runes

[Return to contents]

Powered by vdoc. Generated on: 2 Sep 2025 07:18:04