Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | [DOC] Update `String#encode` special case | Nobuyoshi Nakada | |
This behavior has been slightly extended with the addition of `String#scrub`. | |||
2023-01-16 | [DOC] Explain that transcoding to the same encoding just copies. | Martin Dürst | |
This is a reenstatement of the explanation in commit 463633e4a934a00f869086a6ffbf84c6cb8ad630 to partially address Bug #19342. | |||
2023-01-16 | [DOC] Use RDoc inclusions in transcode.c | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/7126 |