From: duerst@... Date: 2016-07-19T08:54:28+00:00 Subject: [ruby-core:76435] [Ruby trunk Feature#12419] Improve String#dump for Unicode output (from "\u{130}" to "\u0130") Issue #12419 has been updated by Martin D��rst. Assignee changed from Hiroshi SHIBATA to Martin D��rst ---------------------------------------- Feature #12419: Improve String#dump for Unicode output (from "\u{130}" to "\u0130") https://bugs.ruby-lang.org/issues/12419#change-59679 * Author: Martin D��rst * Status: Open * Priority: Normal * Assignee: Martin D��rst ---------------------------------------- Currently, `"������".dump` produces `"\u{130}\u{130}\u{130}"`. This is rather suboptimal, `"\u0130\u0130\u0130"` is shorter and easier to read. The only time \u{} notation should be used is when more than four hex digits are needed. -- https://bugs.ruby-lang.org/ Unsubscribe: