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

Tailing \x00 with String#lower #35

Closed
Joe-noh opened this issue Nov 9, 2013 · 1 comment
Closed

Tailing \x00 with String#lower #35

Joe-noh opened this issue Nov 9, 2013 · 1 comment

Comments

@Joe-noh
Copy link

Joe-noh commented Nov 9, 2013

I got a curious \x00 like below.

>> "Å".lower
=> "å\x00"
>> "Å".lower.length
=> 1
>> ("Å".lower + "a").length
=> 3

Is this known?

@haileys haileys closed this as completed in 4e81634 Nov 9, 2013
@haileys
Copy link

haileys commented Nov 9, 2013

Thanks for reporting this bug!

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