We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e92183 commit 2aa077cCopy full SHA for 2aa077c
CHANGELOG.md
@@ -26,6 +26,8 @@ Compatibility:
26
* Always terminate native strings with enough `\0` bytes (#2704, @eregon).
27
* Support `#dup` and `#clone` on foreign strings (@eregon).
28
* Fix `Regexp.new` to coerce non-String arguments (#2705, @andrykonchin).
29
+* Fix `Kernel#sprintf` formatting for `%c` when used non-ASCII encoding (#2369, @andrykonchin).
30
+* Fix `Kernel#sprintf` argument casting for `%c` (@andrykonchin).
31
32
Performance:
33
0 commit comments