NKF(unsupported Q encode stream) -------------------------------- Key: JRUBY-3061 URL: http://jira.codehaus.org/browse/JRUBY-3061 Project: JRuby Issue Type: Wish Components: Ruby 1.8.7 Affects Versions: JRuby 1.1.4 Environment: Java : version "1.6.0_02" OS : Linux(FedoraCore 6) Reporter: Yoshitake Hamano Assignee: Thomas E Enebo Priority: Minor
Hi, Following test does not pass, because JRuby does not support Q encode stream. {code:title=test_q_encode.rb} class TestQEncode < Test::Unit::TestCase SOURCE="foo" def test_q_encode assert_equal(SOURCE, NKF.nkf("m", "=?US-ASCII?Q?#{SOURCE}?=")) end end {code} [JRUBY-934|http://jira.codehaus.org/browse/JRUBY-934] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email