UTF-8 is a variable length encoding. The module uses an array where each single or multi-byte UTF-8 character is one array element. Array manipulations can be used on this UTF-8 character array. To ...
* Description: Initializing an array of strings with user input using C, where * the "array of strings" is a 2D char array with a string stored in each row of * the 2D array.