; You can add this to your LAML init file: .laml ; This will convert the national Danish characters æ, ø, å, Æ, Ø, and Å to their HTML counterparts. (set-html-char-transformation-entry! html-char-transformation-table 197 "Å") (set-html-char-transformation-entry! html-char-transformation-table 198 "Æ") (set-html-char-transformation-entry! html-char-transformation-table 216 "Ø") (set-html-char-transformation-entry! html-char-transformation-table 229 "å") (set-html-char-transformation-entry! html-char-transformation-table 230 "æ") (set-html-char-transformation-entry! html-char-transformation-table 248 "ø")