Module sciter::utf [] [src]

UTF-8 <> UTF-16 conversion support.

Functions

s2un

Rust string to UTF-8 conversion.

s2vec

Rust string to UTF-16 conversion.

s2vecn

Rust string to UTF-16 conversion.

u2s

UTF8 to rust string conversion. See also s2u!.

u2sn

UTF8 to rust string conversion. See also s2u!.

w2s

UTF-16 to rust string conversion. See also s2w!.

w2sn

UTF-16 to rust string conversion. See also s2w!.