From e6fdc8fd51610fc5f273f462ff85878caec96bdf Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 5 Aug 2019 18:32:47 -0700 Subject: [PATCH] io.encodings.utf16: update docs for utf16n. --- core/io/encodings/utf16/utf16-docs.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/core/io/encodings/utf16/utf16-docs.factor b/core/io/encodings/utf16/utf16-docs.factor index 5ef968a97b..7d41ada2da 100644 --- a/core/io/encodings/utf16/utf16-docs.factor +++ b/core/io/encodings/utf16/utf16-docs.factor @@ -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" } ;