Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@entbugger
Copy link
Contributor

Correction: Java's Character class stores internally a single char value (16 bits), thus is not able to store an Unicode character. Check e.g this implementation: http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/8u40-b25/java/lang/Character.java#Character.charValue%28%29

Correction: Java's Character class stores internally a single `char` value (16 bits), thus is not able to store a Unicode character. Check e.g this implementation: http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/8u40-b25/java/lang/Character.java#Character.charValue%28%29
vstinner added a commit that referenced this pull request Jan 7, 2016
Correct Java section in programming_languages.rst
@vstinner vstinner merged commit 80a9481 into vstinner:master Jan 7, 2016
@vstinner
Copy link
Owner

vstinner commented Jan 7, 2016

Thank you for your contribution!

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

Successfully merging this pull request may close these issues.

2 participants