]> gitweb.factorcode.org Git - factor.git/blob - core/io/encodings/utf16n/utf16n-docs.factor
io.files.trash.windows: cleanup using.
[factor.git] / core / io / encodings / utf16n / utf16n-docs.factor
1 USING: help.markup help.syntax ;
2 IN: io.encodings.utf16n
3
4 HELP: utf16n
5 { $class-description "The encoding descriptor for UTF-16 without a byte order mark in native endian order. This is useful mostly for FFI calls which take input of strings of the type wchar_t*" }
6 { $see-also "encodings-introduction" } ;