Character codes: Difference between revisions

Content added Content deleted
No edit summary
Line 172: Line 172:
Unicode is fully supported since release R13A only.
Unicode is fully supported since release R13A only.


=={{header|Euphoria}}==

<lang Euphoria>printf(1,"%d\n", 'a') -- prints "97"
printf(1,"%s\n", 97) -- prints "a"</lang>


=={{header|F Sharp|F#}}==
=={{header|F Sharp|F#}}==