[jboss-jira] [JBoss JIRA] (JBREM-1286) Fix sources encoding to UTF-8
Ondrej Zizka (Commented) (JIRA)
jira-events at lists.jboss.org
Tue Nov 22 18:59:40 EST 2011
[ https://issues.jboss.org/browse/JBREM-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644949#comment-12644949 ]
Ondrej Zizka commented on JBREM-1286:
-------------------------------------
Hi Ron, such code is usually brought in when copying the text from some typography-aware tool like docbook result, text editor, wiki WYSIWYG editor or such, because they replace the inch sign (") with a real double quote; but the IDE stores it in current encoding, which in western countries might be e.g. ISO-Latin-1. The problem then appears when compiling in an env with UTF-8 charset.
If you open the sources, delete the "ser" and type it manualy, then you can close this issue without testing - I doubt any sane IDE would do typography tricks :) Thanks.
> Fix sources encoding to UTF-8
> -----------------------------
>
> Key: JBREM-1286
> URL: https://issues.jboss.org/browse/JBREM-1286
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2.4, 2.5.4.SP2
> Reporter: Ondrej Zizka
> Assignee: Ron Sigal
> Fix For: 2.2.4.SP1, 2.5.4.SP4
>
>
> I Ron, is it possible to fix this? It's really annoying to care about it in environments like Hudson.
> Compiling 395 source files to build/classes
> src/main/org/jboss/remoting/callback/CallbackStore.java:79: unmappable character for encoding UTF-8
> * Key for setting the file suffix to use for the callback objects written to disk. The default value is �ser�.
> src/main/org/jboss/remoting/callback/CallbackStore.java:79: unmappable character for encoding UTF-8
> * Key for setting the file suffix to use for the callback objects written to disk. The default value is �ser�.
> 2 errors
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list