Bugs item #28358, was opened at 2010-07-07 00:51 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=28358&group_id=126
Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Stefano Diem (teonimesic) Assigned to: Nobody (None) Summary: UTF-8 encoded files aren't documented (with example file) Initial Comment: This is a dup of #26200, but with the addition of an example file as asked by Eric. The attached file only contains the following: # encoding: utf-8 But i added a BOM (Byte Order Mark) to the file (with kate > Tools > Add BOM), and because of it the parser doesn't finishes (it goes to 100% and then crashes/stops) The original message on #26200 is: Hi, I've tried to document some of my UTF-8 encoded Ruby 1.9 files, but it seems that RDoc cannot do this: #Encoding: UTF-8 #test file #test class class A #test method def a puts "a" end end A file like the above one can't be documented on my system (I'm using Windows XP SP3 and RDoc 2.4.3). See also http://www.ruby-forum.com/topic/189135#new. Marvin. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=28358&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers