[macruby-changes] [2703] MacRuby/trunk/lib/webrick/httputils.rb

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 1 17:30:18 PDT 2009


Revision: 2703
          http://trac.macosforge.org/projects/ruby/changeset/2703
Author:   lsansonetti at apple.com
Date:     2009-10-01 17:30:18 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
temporary workaround

Modified Paths:
--------------
    MacRuby/trunk/lib/webrick/httputils.rb

Modified: MacRuby/trunk/lib/webrick/httputils.rb
===================================================================
--- MacRuby/trunk/lib/webrick/httputils.rb	2009-10-02 00:25:49 UTC (rev 2702)
+++ MacRuby/trunk/lib/webrick/httputils.rb	2009-10-02 00:30:18 UTC (rev 2703)
@@ -344,7 +344,8 @@
     space    = " "
     delims   = '<>#%"'
     unwise   = '{}|\\^[]`'
-    nonascii = (0x80..0xff).collect{|c| c.chr }.join
+    #nonascii = (0x80..0xff).collect{|c| c.chr }.join
+    nonascii = 'z' # FIXME MacRuby problem with non-ascii regexps
 
     module_function
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091001/c3dfcf86/attachment-0001.html>


More information about the macruby-changes mailing list