Archived topic
Need latin2 encoding for my page instead of UTF8 (for hungarian characters)
1 reply · Started by Zoltán on February 20, 2018
Hi
screenshot linked https://tinypix.top/i/moqg is from google. This shows (hungarian) accents as it should look so accents are correctly part of the font design. ŐŰőű (double long accents)
Font name is Zeyada (and 5 others in the linked test page. txt: árvíztűrő tükörfúró ÁRVÍZTŰRŐ TÜKÖRFÚRÓ (bogus text showing all accented characters of the language)
The ŰŐ wont display correctly in my test page (or elsewhere).
ctrl u gives me this
<!DOCTYPE html>
<html lang="hu" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>fontpróba - Labrador Laboratories Blabla</title>
UTF 8 might be the problem. Hungarian needs Latin 2 encoding.
__
Question is, how can I force a whole site to use a specific encoding? (I personally dont see a point in doing this on page by page basis)
Thanks, Zoltan,
Hi there,
Sorry for not getting back to you sooner!
Perhaps this will help?: https://docs.generatepress.com/article/generate_fonts_subset/
Let me know :)