Skip to content

Fix keys with utf 8

mh requested to merge fix-keys-with-utf-8 into master

If wkd-srv runs with LANG=C (which is what happens in our images), ruby will default to US-ASCII as the default encoding.

OpenPGP Key uids should be UTF-8 strings, thus let's switch to UTF-8 as the default encoding.

Additionally, there are keys in the wild with broken character encoding. Thus let's be more on the safe side and enforce UTF-8 strings.

See:

For more background on the details from another project.

Keys imported were fetched from the SKS network.

Merge request reports