Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.1 (Alpha)
-
None
-
None
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).