I would like to share my experience concerning the display of multi-byte utf-8 characters.
I was trying to adapt UI/login.html to my needs with french accented characters. But 3 multi-bytes (e.g. éèà) where displalyed as 6 individual characters . the bottom-line is that html-files , like UI/login.html e.g. , containing multi-byte utf-8 characters , should be written to disk with a "byte order mark" BOM at the start of Unicode files. reason: subroutine _decode_unicode in package Template::Provider checks for this !!! Maybe a notice concerning "byte order mark" could be dropped in ./doc/faq.html under item <p><li><h4>UTF-8 character encoding</h4> Check also that html-files ,containing multi-byte utf-8 characters, are written to disk with appropriate "byte order mark" or BOM. With vim, you can do this by: set bomb Greetings, Herman ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
