Revert "io.encodings.utf16: update docs for utf16n."

This reverts commit e6fdc8fd51.
clean-linux-x86-64
John Benediktsson 2019-08-06 07:12:50 -07:00
parent 6e161a2ccb
commit 04fab09c8f
1 changed files with 0 additions and 1 deletions

View File

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