-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I have a problem with german umlauts in secured datafields. When I saved "grün" (english: green) in a mysql database field, and show it again, i get the following Error:
Encoding::CompatibilityError in Addressees#show
incompatible character encodings: UTF8 and ASCII-8BIT
I had to use force_encode('utf8') for each field.
It this an error in strongbox? Why are the encrypted fields decrypted in ascii-8bit?
Metadata
Metadata
Assignees
Labels
No labels