If patient names are stored, the hash function fails on non-ASCII

Issue #400 resolved
Ed McDonagh created an issue

Hash function assumes ASCII, need to add explicit encoding.

When hashing isn't used on store, error appears on search in the interface.

Comments (2)

  1. Ed McDonagh reporter

    Strings are now encoded as UTF-8 before using the hash function. Fixes #400. Have checked that the hash for strings already created will be the same as hashes created after the change.

    → <<cset 07df419b6cb8>>

  2. Log in to comment