Page MenuHomePhabricator

Non-ascii character Ö breaks formatter url
Closed, ResolvedPublic

Description

Issue:: Having the character Ö included in values of the property P8407 broke the url formatting on every single statement with that property.

Workaround: Luckily, we could work around it in the specific case by substituting O for Ö, but that may not always be the case.

ideal solution: Encode the umlaut as %CC%88 or at least format all identifiers that lack the special character.