No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Character Problem !?

    Help
    2
    6
    181
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mecjos last edited by mecjos

      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?

      sample.PNG

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        Change the output charset of the HTML?

        Scott

        M 1 Reply Last reply Reply Quote 0
        • M
          mecjos @s.molinari last edited by

          @s-molinari How can I do it… I changed charset in index.template.html file but it didn’t work.

          1 Reply Last reply Reply Quote 0
          • s.molinari
            s.molinari last edited by

            And, what did you change it to? Code please.

            Scott

            1 Reply Last reply Reply Quote 0
            • M
              mecjos last edited by mecjos

              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.

              1 Reply Last reply Reply Quote 0
              • M
                mecjos last edited by mecjos

                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…

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post