On 9/9/07, Graham Fawcett <[EMAIL PROTECTED]> wrote:
> On 9/8/07, Pierpaolo Bernardi <[EMAIL PROTECTED]> wrote:
> > UTF8 has no BOM.  A BOM in a utf8 file should be there only if you
> > put it there.
>
> Not true.
>
> http://en.wikipedia.org/wiki/Byte_Order_Mark

UTF8 is defined by the Unicode consortium, not by wikipedia.

See here for example: http://unicode.org/faq/utf_bom.html#29

which says that you can put a bom in a utf8 file (of course, you can
put whatever character you want in a file), but it is a character
like every other character, it has no particular meaning wrt the encoding.

Then, maybe chicken could consider U+FFFE as whitespace, to work
around this bug in scite, and maybe other broken tools.

P.




On 9/9/07, Graham Fawcett <[EMAIL PROTECTED]> wrote:
> On 9/8/07, Pierpaolo Bernardi <[EMAIL PROTECTED]> wrote:
> > UTF8 has no BOM.  A BOM in a utf8 file should be there only if you
> > put it there.
>
> Not true.
>
> http://en.wikipedia.org/wiki/Byte_Order_Mark
>
> G
>


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to