Isaac f11c58bb36 push to work later 9 달 전
..
CHAR_ARR f11c58bb36 push to work later 9 달 전
ASCII.c f11c58bb36 push to work later 9 달 전
ASCII.h f11c58bb36 push to work later 9 달 전
CHAR.h f11c58bb36 push to work later 9 달 전
CP1252.c f11c58bb36 push to work later 9 달 전
CP1252.h f11c58bb36 push to work later 9 달 전
CP1252_U_TB.h f11c58bb36 push to work later 9 달 전
CP932.c f11c58bb36 push to work later 9 달 전
CP932.h f11c58bb36 push to work later 9 달 전
CP932_U_TB.h f11c58bb36 push to work later 9 달 전
SHIFT_JIS.c f11c58bb36 push to work later 9 달 전
SHIFT_JIS.h f11c58bb36 push to work later 9 달 전
SHIFT_JIS_U_TB.h f11c58bb36 push to work later 9 달 전
UNICD.c f11c58bb36 push to work later 9 달 전
UNICD.h f11c58bb36 push to work later 9 달 전
UTF16.c f11c58bb36 push to work later 9 달 전
UTF16.h f11c58bb36 push to work later 9 달 전
UTF8.c f11c58bb36 push to work later 9 달 전
UTF8.h f11c58bb36 push to work later 9 달 전
readme f11c58bb36 push to work later 9 달 전

readme

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.