mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-20 13:24:36 +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
|
||||
end
|
||||
end
|
||||
@data << data_new
|
||||
@data << data_new.force_encoding("ASCII-8BIT")
|
||||
|
||||
return true
|
||||
rescue
|
||||
|
|
Loading…
Add table
Reference in a new issue