Skip to main content
Participant
January 27, 2020
解決済み

"paralucent-stencil" displays swedish characters correctly on fonts.adobe but not on wesite

  • January 27, 2020
  • 返信数 1.
  • 429 ビュー

Hi,
If I look at the font 'paralucent-stencil' on font.adone it shows the correct swedish characters (eg ö) and says it supports this language. But when I view it on my own website, it shows a question mark.
FYI - I have <meta charset="latin1_swedish_ci">  not sure if that is relevant?

このトピックへの返信は締め切られました。
解決に役立った回答 Nathan_Hill

EDIT - FIXED

It seems the database was storing the actual characters as "ö" and when called, the database sent the question mark  - I have changed that so any characters are saved in te database as the html "&ouml;" and now they are correctly displayed

返信数 1

Nathan_Hill作成者解決!
Participant
January 27, 2020

EDIT - FIXED

It seems the database was storing the actual characters as "ö" and when called, the database sent the question mark  - I have changed that so any characters are saved in te database as the html "&ouml;" and now they are correctly displayed