1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

B #4329: use default encoding if not found (#4330)

This commit is contained in:
Alejandro Huertas Herrero 2020-03-10 12:26:25 +01:00 committed by GitHub
parent 6f04518307
commit ba55c5fb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,7 +375,8 @@ class BackEndMySQL < OneDBBacKEnd
when 'ascii'
'ASCII'
else
'NONE'
# if no encoding found, use the default one
NOKOGIRI_ENCODING
end
end