Character Problem !?
-
I’m using Turkish language package and I have problems about showing Turkish characters. I write titles, paragraphs etc… directly in template as follows ;
<q-card-section>İşler</q-card-section>
it shows “İ” and “ş” letter but not proper like below. How Can I fix this?
-
Change the output charset of the HTML?
Scott
-
@s-molinari How can I do it… I changed charset in index.template.html file but it didn’t work.
-
And, what did you change it to? Code please.
Scott
-
I tried this one,
<META HTTP-EQUIV=“Content-Type” CONTENT=“text/html; charset=windows-1254”>
<META HTTP-EQUIV=“Content-language” CONTENT=“tr”>
and this one;<META HTTP-EQUIV=“Content-Type” CONTENT=“text/html; charset=iso-8859-9”>
<META HTTP-EQUIV=“Content-language” CONTENT=“tr”>Both didn’t work. I think quasar recompile meta tags in index.template.html and my changes doesn’t effect.
-
FIXED !!! For turkish characters, ‘roboto-font-latin-ext’ must be chosen in quasar.conf file… With ‘roboto-font’ turkish characters can be problem on some text weights or text sizes…