I have a rails application and when I run or compile the assets it gives the following error:
"\ xED" followed by "t" on UTF-8
In my
application.rb
I already have this key:
config.encoding = "utf-8"
Does anyone know what it can be?
I have a rails application and when I run or compile the assets it gives the following error:
"\ xED" followed by "t" on UTF-8
In my
application.rb
I already have this key:
config.encoding = "utf-8"
Does anyone know what it can be?