Hi Robert, I found an old care2002.tar.gz file of a month or so ago and compared it in NotePad-Plus (notepad-plus.sourceforge.net) and manually checked them out for unicode showing up as boxes. The (EFBBBF) Byte Order Mark (BOM) - http://forum.joomla.org/viewtopic.php?t=275353 - is discussed nicely - how it is mistakenly taken as text by most editors.
Quote ===== Yes, "" is the Byte Order Mark (BOM) of the Unicode Standard. Specifically it is the hex bytes EF BB BF, which form the UTF-8 representation of the BOM, misinterpreted as ISO 8859/1 text instead of UTF-8. Probably what it means is that you are using a text editor that is saving files in UTF-8 with the BOM, when it should be saving without the BOM. It could be PHP files that have the BOM, in which case they'd appear as literal text on your page. Or it could be translated text you pasted into Joomla! edit windows. The Unicode Consortium's FAQ on the Byte Order Mark is at http://www.unicode.org/faq/utf_bom.html#BOM . DEFINE('_ISO','charset=iso-8859-1'); change it to DEFINE('_ISO','charset=UTF-8'); in Joomla to work. ======= UnQuote Also changed the fotos/credits to be uploads/photos/credits paths in the credits files. Someone's got to do the boring job.... Regards, Ap.Muthu > Hi Muthu, > > Thanks for revision 6728, great work! Please let me know how you did it. > > Robert ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Care2002-developers mailing list Care2002-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/care2002-developers