International Characters Support: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 35: Line 35:
* tests: is this symbol a letter, a number, a punctuation sign, ... ?
* tests: is this symbol a letter, a number, a punctuation sign, ... ?
* finding chars inside a string
* finding chars inside a string
* manipulating strings
* concatenating strings
* displaying signs
* displaying signs


Line 52: Line 52:
| number of symbols proportionnal to storage length
| number of symbols proportionnal to storage length
| -
| -
| tests
| must be aware of UTF-8 and locales
| must be aware of UTF-16, locales AND endianess
| must be aware of UTF-32, locales AND endianess
|-
| concatenating strings
| must be 8-bit compatible
| must verify the endianess are the same
| must verify the endianess are the same
|-
|}
|}
75

edits

Navigation menu