You can save yourself a *lot* of heartache with this issue by leaving
off the closing ?> in your php files :-)
--- snip ---
<?php
class TestController extends AppController {
function index() {
}
}
---end snip---
is enough, the closing ?> is optional
On Jul 17, 2:20 pm, haj <[EMAIL PROTECTED]> wrote:
> I'm using this editor on windows:
>
> http://www.emeditor.com/
>
> There is a checkbox in config menu if to add BOM or not for UTF-8.
> Some editor may not have this feature.
>
> On Jul 16, 1:07 pm, Stinkbug <[EMAIL PROTECTED]> wrote:
>
> > Excuse my stupidity on this topic, but I don't really understand
> > encoding at all. So how exactly do I save a a file without the BOM?
>
> > Does it require special software, or what? I'm on windows.
>
> > On Jul 14, 11:39 pm, haj <[EMAIL PROTECTED]> wrote:
>
> > > So, I basically saved all UTF-8 files without BOM and now things works
> > > beautifully.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---