i'm trying to list all product from my databse. All my page is display well but for my list the UTF-8 encoding doesn't seems to work. I'm french so i use some "é è ê"..
So when i'm doing something like
<div class ="notrelevent"> Général </div>
it works great but when i do something like
`<tr v-for="product in products | paginate" :product="product"></tr> `
I have bad result like : this is a test � again cr�me
Or i should get :
this is a test à again crème
Thanks for the help
1) In your HTML section, you should put this:
<meta charset="utf-8">
2) Any database call should be done with a client using utf8.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With