Difference between revisions of "BOM Checker"
From Contao Community Documentation
(Created page with '{{stub}} {{ExtInfo | Dev=Glen Langer (BugBuster) | DevSite=http://www.contao.glen-langer.de | ExtVersion=1.0.0 | Version=ab 2.9 | TLVersion=2.8 (not tested, bu…') |
|||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
+ | '''''I'm not a native English speaker. Please correct my mistakes.'''''<br /><br /> | ||
{{ExtInfo | {{ExtInfo | ||
| Dev=Glen Langer ([[User:BugBuster|BugBuster]]) | | Dev=Glen Langer ([[User:BugBuster|BugBuster]]) | ||
Line 14: | Line 15: | ||
− | [[File:Bom_checker_er.jpg|left|thumb|BOM_Checker]] | + | [[File:Bom_checker_er.jpg|left|thumb|BOM_Checker]]The BOM-Checker is a backend helper module for developers.<br /> |
− | + | In the backend, there is a new menu item "Developer tools", including the point will "BOM Checker" to be found.<br /> | |
<br /> | <br /> | ||
− | ''' | + | '''The module requires the Standard PHP Library (SPL), this is an integral part of PHP 5, if not disabled.''' |
<br style="clear: both" /> | <br style="clear: both" /> | ||
=BOM ?= | =BOM ?= | ||
− | + | PHP5 can't correctly interpret Files with a BOM. (Byte Order Mark, 3 bytes at the beginning of a file) | |
− | + | ||
− | + | ||
---- | ---- | ||
--[[Benutzer:BugBuster|BugBuster]] 00:53, 8. Mai 2011 (CEST) | --[[Benutzer:BugBuster|BugBuster]] 00:53, 8. Mai 2011 (CEST) |
Revision as of 00:02, 8 May 2011
Incomplete Article: This article is not finished yet and needs expansion.
Please expand it and remove this notice when it is finished. |
I'm not a native English speaker. Please correct my mistakes.
Extension-Overview | |
---|---|
Name of the developer | Glen Langer (BugBuster) |
Developer Website | http://www.contao.glen-langer.de |
Version of the extension | 1.0.0 |
Compatibility with Contao Version | ab 2.9 |
Compatibility with TYPOlight Version | 2.8 (not tested, but should work) |
Link to Extension Repository | http://www.contao.org/extension-list/view/bom_checker.en.html |
Donate the developer | Cappuccino |
Link to Tracker | later |
In the backend, there is a new menu item "Developer tools", including the point will "BOM Checker" to be found.
The module requires the Standard PHP Library (SPL), this is an integral part of PHP 5, if not disabled.
BOM ?
PHP5 can't correctly interpret Files with a BOM. (Byte Order Mark, 3 bytes at the beginning of a file)
--BugBuster 00:53, 8. Mai 2011 (CEST)