Firefox 3

Unicode support

Unicode support means that pjjTextBase can read and write data files with BOM = Byte Order Mark, three characters long kind of Unicode signature that may be present at the very beginning of a file. Assumption is being made that all or none of data files you write down will contain BOM: you can set this up in ptb_ini.php.

Regardless your setup, pjjTextBase can read files with BOM. Notice that Unicode (UTF-8) files in fact do not need BOM.

You can learn more about BOM from this Wikipedia article.