"Serge Orlov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I have an impression that handling/production of byte order marks is
> pretty clear: they are produced/consumed only by two codecs: utf-16 and
> utf-8-sig. What is not clear?

Are you talking about the C APIs in Python/SQLite (that is what I
have been discussing) or the language level?

At the C level, SQLite doesn't accept boms.  You have to
provide UTF-8 or host byte order two bytes per char
UTF-16.

Roger 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to