Maybe your editor has an option to stop writing BOMs? That will solve the problem. You do not need a BOM for utf-8. The encoding is endianness independent to begin with. 2009/4/4 DocDay <[email protected]>
> > I did forget to mention that the BOM I am seeing is "EF BB BF", which > is correct for UTF-8, according to http://www.unicode.org/faq/utf_bom.html > . > > When I see three of them, I mean I am seeing "EF BB BF EF BB BF EF BB > BF" at the beginning of the entity from the server. As I convert each > of the html files to 8-bit ansi, one of the BOMs received from the > server drops out. After converting two of them, the server sends only > one BOM, "EF BB BF", and my problem is gone (which seems to make sense > what with the meta containing "...charset=utf-8" ?). After converting > all three of them, the server sends no BOM at all, continuing the > pattern. > > It's hard for me to see how this could be my editor. BTW, I'm using > Programmer's Notepad 2. > > > > > On Apr 4, 4:03 am, Alkis Evlogimenos ('Αλκης Ευλογημένος) > <[email protected]> wrote: > > On Sat, Apr 4, 2009 at 7:14 AM, DocDay <[email protected]> wrote: > > > Is GAE causing this? > > > > I think its your editor. > > > > -- > > > > Alkis > > > -- Alkis --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
