mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-20 21:34:35 +00:00
fix bug import in utf8
This commit is contained in:
parent
04dde7cbd2
commit
063762eb69
1 changed files with 1 additions and 1 deletions
2
MPW.rb
2
MPW.rb
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue