io.encodings.utf16: update docs for utf16n.

clean-linux-x86-64
John Benediktsson 2019-08-05 18:32:47 -07:00
parent 5e6a79c187
commit e6fdc8fd51
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ HELP: utf16
{ $see-also "encodings-introduction" } ;
HELP: utf16n
{ $values { "value" { $or utf16le utf16be } } }
{ $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 " { $snippet "wchar_t*" } "." }
{ $see-also "encodings-introduction" } ;