closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
tax has quit [Quit: Leaving]
tax has joined #ruby-core
tax has quit [Read error: Connection reset by peer]
tax has joined #ruby-core
tax has quit [Read error: Connection reset by peer]
tax has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt has quit [Quit: Tiarra 0.1+svn-39209: SIGTERM received; exit]
<zzak>
[Johnny Cash, irc.freenode.net] apeiros, how did you parse it?
<zzak>
[caerus, irc.freenode.net] solars, the line passes for me too: CSV.read("gistfile1.txt", col_sep: ';', headers: true) returns: #<CSV::Table mode:col_or_row row_count:1>
<zzak>
[caerus, irc.freenode.net] but ignoring the bom doesn't seem sane, could put you in a tight spot if it stops showing in the feed
<zzak>
[Johnny Cash, irc.freenode.net] Caerus, yep that's what I used now
<zzak>
[Johnny Cash, irc.freenode.net] I hate this bom stuff
<zzak>
[shevy, irc.freenode.net] hehe
<zzak>
[apeiros, irc.freenode.net] solars: meetings, sorry. I copy & pasted your csv and used `CSV.parse(raw, col_sep: ";")`
<zzak>
[apeiros, irc.freenode.net] where `raw = %{…copy & paste here}`
<zzak>
[Johnny Cash, irc.freenode.net] apeiros, it was a BOM problem :/
<zzak>
[Johnny Cash, irc.freenode.net] thanks for the reply though
<zzak>
[apeiros, irc.freenode.net] solars: csvlint probably failed because the C in CSV stands for coma, not semicolon.
<zzak>
[apeiros, irc.freenode.net] and with , as assumed delimiter, the data is indeed invalid
<zzak>
[Kasper Holbek Jensen, irc.freenode.net] I have a question.. is the docs for String#== lying? If i implement a class, defining to_str to return "x", and compare "x" to Newclass.new with ==, i get false?
<znz_jp>
biff: [ruby-changes:42906] usa:r54980 (trunk): * win32/Makefile.sub (HAVE_QSORT_S): use qsort_s only for Visual Studio - http://mla.n-z.jp/?ruby-changes=42906