Arc Forumnew | comments | leaders | submitlogin
1 point by olavk 5892 days ago | link | parent

You need some way to get to the numerical code-point value of a character, to be able to implement string library functions like casing. You dont need a seperate char data type though, the function could operate on a string and just return the code point of a character (given by index) as an int.