John Levon <[EMAIL PROTECTED]> writes: | > 16 bit address room for 32 bit entities... The world isn't changing | > after all. | | It's a trade-offs issue. UTF-32 is just going to waste space. See the | unicode FAQ for more details.
All compiler writers (gcc) and library writers that I see messages from say that UCS-4/UTF-32 is the way to go for internal storage. As to wasting space... depends on alignment issues I guess. -- Lgb