> From what I'm hearing from you all is that a null in UTF-8 is 
> for termination and termination only.
> Is this correct?

No, NULL is a character (actually a control character) among many
others. However, many C/C++ APIs (mis)use NULL as a string terminator
since NULL isn't very useful for other things.

                /kent k

<<attachment: winmail.dat>>

Reply via email to