[#76442] [Ruby trunk Feature#11741] Migrate Ruby to Git from Subversion — naruse@...
Issue #11741 has been updated by Yui NARUSE.
3 messages
2016/07/19
[#76515] [Ruby trunk Bug#12610] webrick: protect from httpoxy — nagachika00@...
Issue #12610 has been updated by Tomoyuki Chikanaga.
3 messages
2016/07/22
[ruby-core:76425] [Ruby trunk Feature#12419] Improve String#dump for Unicode output (from "\u{130}" to "\u0130")
From:
matz@...
Date:
2016-07-19 08:08:52 UTC
List:
ruby-core #76425
Issue #12419 has been updated by Yukihiro Matsumoto.
Agreed.
Matz.
----------------------------------------
Feature #12419: Improve String#dump for Unicode output (from "\u{130}" to "\u0130")
https://bugs.ruby-lang.org/issues/12419#change-59668
* Author: Martin D端rst
* Status: Open
* Priority: Normal
* Assignee:
----------------------------------------
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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>