You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably we need to encode the name for lookup using a specific charset encoding, rather than whatever is default (utf-8).
Documentation at VIRK does not seem to specify any particular charset encoding, but since we're sending json, utf-8 should work.
NOTE: Apparently transliteration of æ ø å to ae oe aa, i.e. searching for Asboeg works, so a simple workaround might be to implement such a transliterator.
The text was updated successfully, but these errors were encountered:
Example:
The name
Asbøg
should return:But nothing is returned.
Probably we need to encode the name for lookup using a specific charset encoding, rather than whatever is default (utf-8).
Documentation at VIRK does not seem to specify any particular charset encoding, but since we're sending json, utf-8 should work.
NOTE: Apparently transliteration of æ ø å to ae oe aa, i.e. searching for
Asboeg
works, so a simple workaround might be to implement such a transliterator.The text was updated successfully, but these errors were encountered: