omegat-org / omegat-website

OmegaT Website
https://omegat.org/
GNU General Public License v3.0
5 stars 15 forks source link

Mojibake on quote carousel #1

Closed amake closed 7 years ago

amake commented 7 years ago

The quotes shown on the quote carousel on the top page are preceded by an invalid character: screen shot 2017-04-05 at 16 19 24

The character is U+F10D, prepended by a :before content CSS rule here. However this is a private-use character and should not be used.

It's hard to suggest a replacement without knowing what the intention was, but perhaps something like ❝ (U+275D HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT)?

briacp commented 7 years ago

Right, the U+F10D was from the "Awesomefont" used in the css. I replaced it with U+275D from a standard font, it should solve the problem cross-platform.

amake commented 7 years ago

Sorry, I didn't realize that was supposed to be handled by a web font. I wouldn't mind using the web font as long as it loaded correctly. I usually browse with uBlock Origin enabled, which could have been the problem.