Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.1 (Alpha)
-
Fix Version/s: 1.3.2 (Beta)
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
When building continuum-1.3.1, the platform's default encoding is used when copying resources. If this platform encoding is something like LANG="C", lots of german umlauts will get converted to question marks.
...
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
...
Umlauts are ok with continuum 1.2.3 but not with 1.3.1! I think it should be sufficient to add a corresponding encoding to the resources plugin or just use an UTF-8 platform encoding when building continuum releases (export LANG=en_US.UTF-8 before building).
export LANG=en_US.UTF-8 not only before building, also before doing the svn checkout cause subversion also uses the platform's default encoding, I think.