[eluser]TWP Marketing[/eluser]
I already did that, Notepad++ 2 allows BOM removal from UTF-8 encoding. However this occurs also when I take RSS downloads from (some) outside sources. My patch fixes them also. I'l have to apply it only where the problem occurs but I can live with that.
It wasnt' clear from my posted code, but the cart_display variable was a generated html stream, not a static file, so opening and closing it with notepad++ isn't applicable...
Thanks for your assist!
[update 4/21] Notepad++ requires use of the 'format/convert' menu option to cause a file to be re-formatted to UTF-8 without BOM (and then it must be saved...). I had a mixture of actual CI view files, which did need to be reformatted without BOM and code generated view
CONTENT which did not send the BOM to the server. Hence some of my pages showed the BOM on-screen and some did not.
I reformatted my entire view directory and now the 'patch' above is not needed. In fact it caused problems since it removed code from the reformatted data stream. All is well now, thanks to your assistance!