]> gitweb.factorcode.org Git - factor.git/commitdiff
io.encodings.utf16: update docs for utf16n.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Aug 2019 01:32:47 +0000 (18:32 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Aug 2019 01:32:47 +0000 (18:32 -0700)
core/io/encodings/utf16/utf16-docs.factor

index 5ef968a97b38292c4d4a55e821cc2e84e164dcf9..7d41ada2da2c5c77ad5c759479b526e1ed1b00d1 100644 (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" } ;