actually it was the other way around, we have to tell ruby that it's utf8, though now the build fails because (first guess) \w probably doesn't include utf8 chars in 1.9
This commit is contained in:
parent
9ff0ceab07
commit
38673158f6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# coding: utf-8
|
||||
# Copyright (c) 2010, Diaspora Inc. This file is
|
||||
# licensed under the Affero General Public License version 3 or later. See
|
||||
# the COPYRIGHT file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue