1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add NEWS about UTF-8 on Windows

* 94b6933d1c
* ca76337a00
This commit is contained in:
NARUSE, Yui 2020-12-08 16:46:14 +09:00
parent 509241b39f
commit 4b583d4928

View file

@ -152,10 +152,16 @@ Outstanding ones only.
* ENV.except has been added, which returns a hash excluding the
given keys and their values. [[Feature #15822]]
* Windows: Read ENV names and values as UTF-8 encoded Strings
[[Feature #12650]]
* Encoding
* Added new encoding IBM720. [[Feature #16233]]
* Changed default for Encoding.default_external to UTF-8 on Windows
[[Feature #16604]]
* Fiber
* Fiber.new(blocking: true/false) allows you to create non-blocking