Actions
Bug #18958
closedKernel#sprintf doesn't apply format sequence in some encodings
Bug #18958:
Kernel#sprintf doesn't apply format sequence in some encodings
Updated by matz (Yukihiro Matsumoto) almost 4 years ago
I agree with raising exception when the format string is not ASCII compatible.
Matz.
Updated by mame (Yusuke Endoh) almost 4 years ago
@naruse (Yui NARUSE), @nobu (Nobuyoshi Nakada), and @matz (Yukihiro Matsumoto) agreed that it should raise an exception if the format string is not ASCII-compatible.
Updated by nobu (Nobuyoshi Nakada) almost 4 years ago
- Status changed from Open to Closed
Applied in changeset git|1a2f99275be28fb0e8ff4cfc0165966e99898d70.
[Bug #18958] format string must be ASCII compatible
Actions