You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Nadav Fischer (JIRA)" <ji...@apache.org> on 2009/07/08 14:41:14 UTC

[jira] Resolved: (WINK-58) A few source files contain illegal UTF-8 characters that the compile warns about

     [ https://issues.apache.org/jira/browse/WINK-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nadav Fischer resolved WINK-58.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.1

fixed the illegal characters in OpenSearchImage.java and OpenSearchDescription.java, and saved them as well as AtomTest.java as UTF-8.

I general I think it would be wise to save all source files in UTF-8 in the future.

> A few source files contain illegal UTF-8 characters that the compile warns about
> --------------------------------------------------------------------------------
>
>                 Key: WINK-58
>                 URL: https://issues.apache.org/jira/browse/WINK-58
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 0.1
>            Reporter: Nadav Fischer
>            Assignee: Nadav Fischer
>            Priority: Minor
>             Fix For: 0.1
>
>
> A few source files contain illegal UTF-8 characters that the compiler warns about, for example during compilation of wink-common:
> {noformat}
> [INFO] [compiler:compile]
> [INFO] Compiling 187 source files to C:\D\SVN\wink\trunk\wink-common\target\classes
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchImage.java:[58,18] unmappable character for encoding UTF-8
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchImage.java:[63,17] unmappable character for encoding UTF-8
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchImage.java:[68,16] unmappable character for encoding UTF-8
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[186,22] unmappable character for encoding UTF-8
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[191,21] unmappable character for encoding UTF-8
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[196,20] unmappable character for encoding UTF-8
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[256,32] unmappable character for encoding UTF-8
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[262,35] unmappable character for encoding UTF-8
> [WARNING] C:\D\SVN\wink\trunk\wink-common\src\main\java\org\apache\wink\common\model\opensearch\OpenSearchDescription.java:[268,35] unmappable character for encoding UTF-8
> {noformat}
> I want to clean these out by saving the source files as UTF-8

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.