[#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:101002] [Ruby master Feature#16233] winruby UTF8 Fallback for no CodePage
From:
gabrielnagy@...
Date:
2020-11-21 11:41:03 UTC
List:
ruby-core #101002
Issue #16233 has been updated by gabuscus (Gabriel Nagy). duerst (Martin Dst) wrote in #note-6: > Just adding an alias 'CP720' for windows-1256 is much easier. Hi @duerst, sorry for digging this up. I read your comment and updated my original pull request to alias CP720 to windows-1256: https://github.com/ruby/ruby/pull/2518 ---------------------------------------- Feature #16233: winruby UTF8 Fallback for no CodePage https://bugs.ruby-lang.org/issues/16233#change-88671 * Author: gabuscus (Gabriel Nagy) * Status: Open * Priority: Normal * Assignee: duerst (Martin Dst) * Target version: 3.0 ---------------------------------------- This is to deal specifically with setting the Region to Arabic which sets the codepage to 720. This codepage isn't recognised by Ruby which causes it to fail during initialisation when setting up LOCALE. This patch to Ruby is necessary to handle languages/regions on windows where the codepage is not supported by Ruby such as Arabic which uses codepage 720. If the codepage is not found, the Locale falls back to UTF8. This is a well known Ruby/Ruby on Rails issue which is described at https://stackoverflow.com/questions/22815542/rails4-unknown-encoding-name-cp720 Opened PR: https://github.com/ruby/ruby/pull/2518 ---Files-------------------------------- windows_nocodepage_utf8_fallback_r2.5.patch (946 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>