From 04fab09c8f2857df776f79589b33ae6f670bd505 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 6 Aug 2019 07:12:50 -0700 Subject: [PATCH] Revert "io.encodings.utf16: update docs for utf16n." This reverts commit e6fdc8fd51610fc5f273f462ff85878caec96bdf. --- core/io/encodings/utf16/utf16-docs.factor | 1 - 1 file changed, 1 deletion(-) diff --git a/core/io/encodings/utf16/utf16-docs.factor b/core/io/encodings/utf16/utf16-docs.factor index 7d41ada2da..5ef968a97b 100644 --- a/core/io/encodings/utf16/utf16-docs.factor +++ b/core/io/encodings/utf16/utf16-docs.factor @@ -27,7 +27,6 @@ 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" } ;