Ruby-dev summary 24487-24627

Hi all,

This is a summary of ruby-dev ML in these days.

[ruby-dev:24517] ftp without localfile and protocol command

  TANAKA Akira asked how we can retrieve binary files by Net::FTP,
  without writing to local files.

  (There are no response yet.)

[ruby-dev:24569] ordered hash

  Nobuyoshi Nakada posted a patch which make Hash entries ordered.

  (There are no response yet.)

[ruby-dev:24595] importing nkf2 in CVS HEAD

  NARUSE Yui announced that he is ready to import NKF2 to CVS HEAD.

[ruby-dev:24599] 1.8.2 preview3?

  Akira Yamada asked when the next preview of Ruby 1.8.2 is released.
  In this thread Akira reported a list of fixed/unfixed bugs.
  A number of patches are back-ported from CVS HEAD to 1.8 branch.
  1.8.2 preview 3 seems coming soon.

[ruby-dev:24624] ARGF.read(10) dumps core

  TANAKA Akira reported a bug which is caused by the difference of
  the number of function arguments. He pointed out that ANSI C
  prototypes will prevent us from these types of bugs.

-- Minero Aoki

ruby-dev summary index:
http://i.loveruby.net/en/ruby-dev-summary.html

What is NKF2?

···

Minero Aoki (aamine@loveruby.net) wrote:

[ruby-dev:24595] importing nkf2 in CVS HEAD

  NARUSE Yui announced that he is ready to import NKF2 to CVS HEAD.

--
Eric Hodel - drbrain@segment7.net - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04

Hi,

···

In message "Re: ruby-dev summary 24487-24627" on Sun, 31 Oct 2004 04:15:23 +0900, Eric Hodel <drbrain@segment7.net> writes:

What is NKF2?

NKF (Network Kanji Filter - character encoding converter between Shift
JIS, EUC-JP, and ISO-2022-JP) version 2, which now support UTF-8 as
well.

              matz.

Hi,

At Sun, 31 Oct 2004 04:15:23 +0900,
Eric Hodel wrote in [ruby-talk:118436]:

> [ruby-dev:24595] importing nkf2 in CVS HEAD
>
> NARUSE Yui announced that he is ready to import NKF2 to CVS HEAD.

What is NKF2?

Network Kanji Filter ver.2, which supports UTF-8 as well as
EUC-JP, SHIFT_JIS and ISO-2022-JP.

···

--
Nobu Nakada