[#100689] [Ruby master Feature#17303] Make webrick to bundled gems or remove from stdlib — hsbt@...
Issue #17303 has been reported by hsbt (Hiroshi SHIBATA).
11 messages
2020/11/02
[#100852] [Ruby master Feature#17326] Add Kernel#must! to the standard library — zimmerman.jake@...
Issue #17326 has been reported by jez (Jake Zimmerman).
24 messages
2020/11/14
[#100930] [Ruby master Feature#17333] Enumerable#many? — masafumi.o1988@...
Issue #17333 has been reported by okuramasafumi (Masafumi OKURA).
10 messages
2020/11/18
[#101071] [Ruby master Feature#17342] Hash#fetch_set — hunter_spawn@...
Issue #17342 has been reported by MaxLap (Maxime Lapointe).
26 messages
2020/11/25
[ruby-core:101091] [Ruby master Feature#12650] Use UTF-8 encoding for ENV on Windows
From:
larskanis@...
Date:
2020-11-26 12:26:24 UTC
List:
ruby-core #101091
Issue #12650 has been updated by larskanis (Lars Kanis). A patch for ruby-3.0 is here: https://github.com/ruby/ruby/pull/3818 ---------------------------------------- Feature #12650: Use UTF-8 encoding for ENV on Windows https://bugs.ruby-lang.org/issues/12650#change-88766 * Author: davispuh (Dト」is Mosト]s) * Status: Open * Priority: Normal * Assignee: cruby-windows * Target version: 3.0 ---------------------------------------- Windows environment variables supports Unicode (same wide WinAPI) and so there's no reason to limit ourselves to any codepage. Currently ENV would use locale's encoding (console's codepage) which obviously won't work correctly for characters outside of those codepages. I've attached a patch which implements this and fixes bug #9715 ---Files-------------------------------- 0001-Always-use-UTF-8-encoded-environment-on-Windows.patch (3.64 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>