strange character
This commit is contained in:
parent
6913305372
commit
8ef413ed24
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ def save_file(dir, name, data)
|
|||
nname.gsub!(/</, "")
|
||||
nname.gsub!(/<EFBFBD>/, "(c)")
|
||||
nname.gsub!(/<EFBFBD>/, "(r)")
|
||||
# XXX I really have to find something a bit more elegant for this
|
||||
nname.gsub!(/à/, "a")
|
||||
|
||||
nname.sub!(/\s*$/, "")
|
||||
nname.sub!(/^[\s\.-]*/, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue