Becker, Joseph wrote:
> terminology in an informal statement, I wouldn't have a problem with the
> simple update:
> 
> 1) Unicode code units are not 8 bits long; deal with it.

how about:
1) Unicode code units are not necessarily 8 bits long [wide], code points use 21 bits; 
deal with it.

rationale: utf-8 uses 8-bit code units. sometimes, data structures need to be designed 
for code points rather than code units, and that width is more important then.

markus

Reply via email to