Skip to content

Commit

Permalink
#41 Configure Danish alphabet additional characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Aug 15, 2019
1 parent 3e1071a commit 7004648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ codesystem.config.SNOMEDCT-NO=Norway|51000202101
# All characters will be converted to lowercase for this part of the index.
# Tool for UTF-16 conversion here https://www.branah.com/unicode-converter
# ----------------------------------------
# Danish æøå
search.language.charactersNotFolded.da=\u00e6\u00f8\u00e5
# French - No diacritic characters
search.language.charactersNotFolded.fr=
# Spanish áéíóúüñ
Expand Down

0 comments on commit 7004648

Please sign in to comment.