General

Profile

testors (KiHyun Kang)

  • Login: testors
  • Email: testors@gmail.com
  • Registered on: 08/05/2014
  • Last sign in: 08/05/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

08/06/2014

02:52 AM Ruby master Bug #10111: gdbm truncated UTF-8 data problem
Nobuyoshi Nakada wrote:
> gdbm doesn't preserve encodings now.
gdbm doesn't have to preserve encodings.
ext/db...
testors (KiHyun Kang)

08/05/2014

12:00 PM Ruby master Bug #10111 (Rejected): gdbm truncated UTF-8 data problem
Reproducible script is here.
~~~
# coding: utf-8
require 'gdbm'
data = "\xEA\xB0\x80ABCDEF"
db = GDBM.new( '...
testors (KiHyun Kang)

Also available in: Atom