This folder will contain character handling functions for each type of character encoding
The CHAR_ARR folder has functions to work over the character array data type for each encoding
A character can be represented by an integer
A character integer representation may be different from its memory written encoded representation.
Still, that representation can be treated as well as an integer. I am assuming with this that the
longest integer in the system is 4 bytes long (as of now) and that a byte is 8 bits long.