Actions
Bug #9765
closedStringIO#putc is unnaware of encoding
Bug #9765:
StringIO#putc is unnaware of encoding
Updated by nobu (Nobuyoshi Nakada) about 12 years ago
- Description updated (diff)
Updated by nobu (Nobuyoshi Nakada) about 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset r45646.
stringio.c: non-ascii encoding
- ext/stringio/stringio.c (strio_putc): fix for non-ascii
encoding, like as IO#putc. [ruby-dev:48114] [Bug #9765]
Updated by usa (Usaku NAKAMURA) about 12 years ago
- Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED to 2.0.0: DONE, 2.1: REQUIRED
backported into ruby_2_0_0 at r46197.
Updated by nagachika (Tomoyuki Chikanaga) about 12 years ago
- Backport changed from 2.0.0: DONE, 2.1: REQUIRED to 2.0.0: DONE, 2.1: DONE
r45646 was backported into ruby_2_1 branch at r46197.
Actions