From e717d6faa8463c70407e6aaf116c6b6181f30be6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 8 Jun 2019 21:35:33 +0900 Subject: IO#set_encoding_by_bom * io.c (rb_io_set_encoding_by_bom): IO#set_encoding_by_bom to set the encoding by BOM if exists. [Bug #15210] --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c069f9e0eb..4ad38c9f12 100644 --- a/NEWS +++ b/NEWS @@ -86,6 +86,13 @@ GC:: Details on the algorithm and caveats can be found here: https://bugs.ruby-lang.org/issues/15626 +IO:: + + New method:: + + * Added IO#set_encoding_by_bom to check the BOM and set the external + encoding. [Bug #15210] + Integer:: Modified method:: -- cgit v1.2.3