75
edits
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
* finding chars inside a string | * finding chars inside a string | ||
* concatenating strings | * concatenating strings | ||
* displaying | * displaying strings | ||
Here is a brief summary of the "features" of each encoding with respect to those functions: | Here is a brief summary of the "features" of each encoding with respect to those functions: | ||
Line 66: | Line 66: | ||
| must verify the endianess are the same | | must verify the endianess are the same | ||
| must verify the endianess are the same | | must verify the endianess are the same | ||
|- | |||
| displaying strings | |||
| must pass it to external app without truncating the 8th bit | |||
| must ensure the external app is UTF-16; must check for endianess | |||
| must ensure the external app is UTF-32; must check for endianess | |||
|- | |- | ||
|} | |} |
edits