1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00

fix bug import in utf8

This commit is contained in:
nishiki 2013-08-29 19:18:18 +02:00
parent 04dde7cbd2
commit 063762eb69

2
MPW.rb
View file

@ -324,7 +324,7 @@ class MPW
return false return false
end end
end end
@data << data_new @data << data_new.force_encoding("ASCII-8BIT")
return true return true
rescue rescue