On Wed, Sep 3, 2014 at 11:13 PM, jose isaias cabrera <
[email protected]> wrote:

>
> "Stephan Beal" wrote...
>
>  On Wed, Sep 3, 2014 at 9:56 PM, big stone <[email protected]> wrote:
>>
>> issues. Many software chokes on a BOM (e.g. i've seen PHP-based sites go
>> down because a dev's editor inserted one and it got deployed).
>>
>
> PHP should handle the encoding whether or not it has the BOM.
>

As "should" Excel!

Unlike Excel, with PHP the fix is easy - remove the BOM, which is simple
once you have a program which lets you know it's there (it's hidden in many
editors).

My point is only - adding a BOM is not a viable solution: it's a
deprecated/discouraged/worst-practice because so many tools don't deal well
with them.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to