Character codes: Difference between revisions

Line 906:
 
def intToChars(n: Int): Array[Char] = java.lang.Character.toChars(n)</lang>
[http://illegalargumentexception.blogspot.nl/2009/05/java-rough-guide-to-character-encoding.html More background info]
 
=={{header|Scheme}}==
Anonymous user