Checkstyle plugin rejects Unicode single character constants.
-------------------------------------------------------------

                 Key: MCHECKSTYLE-137
                 URL: http://jira.codehaus.org/browse/MCHECKSTYLE-137
             Project: Maven 2.x Checkstyle Plugin
          Issue Type: Bug
    Affects Versions: 2.5
            Reporter: Benson Margulies


Even with the encoding set to UTF-8 in the plugin configuration, the following 
is rejected, claiming that it found an invalid character while looking for a 
single quote.

if (script != ISO15924.Hira || c == 'の') {
                break;
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to