Convert char / string into an integer
From http://stackoverflow.com/questions/1923054/convert-string-character-to-integer-in-python
chr(ord(ch)+2)