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

Non-ASCII symbol without single quote not right #4173

Closed
pbl-pw opened this issue Sep 23, 2016 · 2 comments
Closed

Non-ASCII symbol without single quote not right #4173

pbl-pw opened this issue Sep 23, 2016 · 2 comments

Comments

@pbl-pw
Copy link

pbl-pw commented Sep 23, 2016

code:

a = :测试
b = :'测试'
puts a,b,a==b

output:

??
测试
false

Environment

jruby 9.1.5.0 (2.3.1) 2016-09-23 fffffff Java HotSpot(TM) Client VM 25.101-b13 on 1.8.0_101-b13 +jit [mswin32-x86]

@jsyeo
Copy link
Contributor

jsyeo commented Sep 23, 2016

This is a known issue #3880 (comment)

@headius
Copy link
Member

headius commented Sep 23, 2016

Yeah, I think we can call this one a duplicate. There's half a dozen issues about this :-(

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

3 participants