Compare strings with Swedish characters

It works on 6.5 query UI
select meta().id, name from username where name = “Åke”;
[
{
“id”: “1”,
“name”: “Åke”
}
]

This is because I copy pasted the exact string as is in both the query and from the document, so the encoding is the same. See the last comment from Marco in the forum post - Couchbase sorting Swedish Å Ä Ö in the wrong order