1673216
diff -up alexandria-0.6.8/bin/alexandria.kcodefix alexandria-0.6.8/bin/alexandria
1673216
--- alexandria-0.6.8/bin/alexandria.kcodefix	2012-03-23 14:39:42.898463507 -0400
Mamoru Tasaka 8ebf86e
+++ alexandria-0.6.8/bin/alexandria	2012-04-08 04:40:00.000000000 +0900
Mamoru Tasaka 8ebf86e
@@ -1,6 +1,9 @@
1673216
 #!/usr/bin/env ruby
1673216
+# encoding: utf-8
1673216
 
1673216
-$KCODE = 'U'
1673216
+$KCODE = 'U' unless RUBY_VERSION > "1.9.0"
Mamoru Tasaka 8ebf86e
+# Japanese locale see some odd failure without below...
Mamoru Tasaka 8ebf86e
+ENV["LANG"] = ENV["LANG"].sub("utf8", "utf-8")
1673216
 
1673216
 require 'rubygems'
1673216
 begin
1673216
diff -up alexandria-0.6.8/lib/alexandria/about.rb.kcodefix alexandria-0.6.8/lib/alexandria/about.rb
1673216
--- alexandria-0.6.8/lib/alexandria/about.rb.kcodefix	2012-03-23 14:41:48.288345224 -0400
1673216
+++ alexandria-0.6.8/lib/alexandria/about.rb	2012-03-23 14:42:03.952205307 -0400
1673216
@@ -1,3 +1,5 @@
1673216
+# encoding: utf-8
1673216
+
1673216
 # Copyright (C) 2004-2006 Laurent Sansonetti
1673216
 # Copyright (C) 2008 Joseph Method
1673216
 #