Hi,
  I find many xml files in cocoon are actually encoded with UTF-16 but the declarations in their
xml PI are given UTF-8. For example, the file webapp/pom.xml is actually
encoded in UTF-16 (we can tell this from the first two byes, which are FF FE) but its first line is
<?xml version="1.0" encoding="UTF-8"?>. This will cause some problems when editing this file in some
editors (like ultra edit).

Regards,
Rice

Reply via email to