1

How to fix the character encoding problem produced by jaggery-js?

  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
   <% print('á, ú, č, š') %>
   <p>ı, ü, ğ, ö , ç , ş , İ</p>
  </body>
  </html>

output:

á, ú, Ä, Å¡

ı, ü, Ä, ö , ç , Å , İ

M.Uluer
  • 65
  • 1
  • 7

1 Answers1

0

There is an open issue for this on the project's Github repository, which has been open since August 2012. There are a few things on there you could try.

phuzi
  • 12,078
  • 3
  • 26
  • 50
  • 1
    it has a motto like "The delicious Javascript framework.", but it lose when it comes to taste! – M.Uluer Sep 05 '16 at 06:15