Skip to content

Instantly share code, notes, and snippets.

@billdueber
Created May 31, 2011 20:39
Show Gist options
  • Save billdueber/1001237 to your computer and use it in GitHub Desktop.
Save billdueber/1001237 to your computer and use it in GitHub Desktop.
Simple program to show 1.8 vs 1.9 rubymarc issues with unicode
require 'rubygems'
require 'marc'
require 'open-uri'
r = MARC::Reader.new(open('http://mirlyn.lib.umich.edu/Record/000039829.marc')).first
puts r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment