Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to call string functions on Mail::Multibyte::Chars #383

Closed
technoweenie opened this issue Apr 13, 2012 · 1 comment
Closed

Unable to call string functions on Mail::Multibyte::Chars #383

technoweenie opened this issue Apr 13, 2012 · 1 comment

Comments

@technoweenie
Copy link
Contributor

This looks like a bug:

def downcase
  chars(Unicode.apply_mapping(@wrapped_string), :lowercase_mapping)
end

Unicode.apply_mapping takes 2 params.

This class doesn't appear to be tested at all. I'm not even sure where I'd put such a test.

@jeremy
Copy link
Collaborator

jeremy commented Jan 27, 2013

94d3239

@jeremy jeremy closed this as completed Jan 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants