Swedish characters and UTF-8

前端 未结 7 2022
有刺的猬
有刺的猬 2020-12-01 20:59

I use UTF-8 on all my pages, but some Swedish characters (å ä and ö) get messed up (just a square box with some letters in). My database is set to utf8_gener

7条回答
  •  余生分开走
    2020-12-01 21:45

    I found "https://www.html.am/reference/html-special-characters.cfm" and by entering the characters code, I was able to imply whichever character I was looking for. No need to import a specific lib or anything.

    Example: Swedish 'ä' = ä . So 'Stapelbäddsparken' = Stapelbäddsparken in HTML.

    I hope this will be helpful.

提交回复
热议问题