3
I’m starting to learn about Laravel 5 and I’m having a problem, every text I write with special characters is converted to ''.
I have tried every type of charset configuration from ISO-8859-1 to UTF-8.
There is some way to configure this in the Adjustable so you don’t have to write everything with &; ?
It seems to be an error in your editor and not in Laravel. Make sure that the header
Content-Type
possessescharset=UTF8
– Olimon F.
In the text editor, check the file encoding. For example, in notepadd++ you have to have something like this: Encoding -> Encoding in UTF-8 without BOD
– pc_oc