ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Gemfile has an non ASCII character (Bug #857)
Description
source:Gemfile@11b441f74#L37
$ export LANG=en_US.UTF-8 $ python >>> s = "distributÃons" >>> s 'distribut\xc3\xadons'
History
Updated by Holger Just at 2012-02-01 04:26 pm
I just fixed the typo. Thanks Toshi.
- Target version set to 2.7.0
- Assignee set to Holger Just
Updated by Holger Just at 2012-02-01 04:27 pm
- Status changed from Open to Closed