Keitaroh Kobayashi

Results 12 comments of Keitaroh Kobayashi

I've been able to reproduce this error on Ruby 2.x. Using Ruby 1.9.3 seems to work without problems.

I think that sounds pretty good... Is there an option for left-to-right or right-to-left as well?

@jqr @Freaky Used an module variable to set encoding. You think this should be documented somewhere?

I'm pretty sure I've fixed the problem; PHP serialize use the number of bytes to read in a string (not characters). I fixed by forcing `StringIO` into thinking that we...

It looks like this gem hasn't been maintained for awhile. I've pushed my fork with UTF-8 fixes in the meantime: http://rubygems.org/gems/k-php-serialize

Any word on when this will be merged into master? I can confirm this works well on OS X (using @tternes fork, with [one minor change in SocketShuttle](https://github.com/keichan34/SocketShuttle/commit/d3dadea517da3903f6af034259ec0daf171aba61) to get...

[This commit](https://github.com/joeldev/SocketShuttle/pull/9) doesn't need to be merged, because they already fixed that issue upstream, I think.

Are you having problems with 64-bit? Do you have any concrete examples of bugs when compiled / run in 64-bit?

Oh, I see. You're probably going to have a much easier time compiling it yourself, which is almost trivial if you use CocoaPods to manage dependencies. As far as I...

@jqr Thanks for merging! I no longer use this gem (nor do I use Ruby these days..) but it looks like now there's a method [`String#bytesize`](https://docs.ruby-lang.org/en/master/String.html#method-i-bytesize) that might be a...