[ 
https://issues.apache.org/jira/browse/FELIX-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801944#action_12801944
 ] 

Clement Escoffier commented on FELIX-1992:
------------------------------------------

You can also just configure Maven to set the encoding:
<plugin>
  <artifactId>maven-compiler-plugin</artifactId>
  <configuration>
    <encoding>UTF-8</encoding>
  </configuration>
</plugin>
(that's how I built the project)

> Change the use of the § character as a separator in the 
> BundleRepositoryRender class
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1992
>                 URL: https://issues.apache.org/jira/browse/FELIX-1992
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-2.0.6
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>
> The § character is neither an ASCII nor an ISO-8859-1 character and causes 
> compilation issues on non-UTF-8 systems.
> A new character should be used as the separator in the temporary sorted set 
> for building the OBR resource list.

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

Reply via email to