CVSROOT:        /cvs/webwml
Module name:    webwml
Changes by:     ayanokouzi-guest        16/06/04 19:33:34

Modified files:
        english/template/debian: release_info.wml 

Log message:
        Release 5.0.4

Modified files:
        french/vote/2012: vote_001_results.src 

Log message:
        (fr) Fix quotes [ Simon Paillard ]

Modified files:
        italian/CD/artwork: index.wml 
        italian/News/2016: index.wml 
        italian/security/2015: index.wml 

Log message:
        Convert encoding into UTF-8
        
        * Expected Behavior:
          According to italian/.wmlrc,
          charset of Generated HTML file should be UTF-8.
        * Actual Behavior:
          Despite that meta tag of the HTML file says that charset is UTF-8,
          the file contains both UTF-8 and ISO-8859-1 encoded byte sequence.
          tidy reports an error ("Warning: replacing invalid UTF-8 bytes").
        * Cause of Actual Behavior:
          Encoding of source wml files is ISO-8859-1.
        * Approach:
          Convert encoding of source WML files into UTF-8.
          $ iconv \
              --from-code="ISO-8859-1" \
              --to-code="UTF-8" \
              --output="index.wml" \
              "index.wml" \
            ;

Reply via email to