4
In this case, just call the function utf8_encode
Thus remaining:
echo ucwords(utf8_encode(strftime("%A ")));
4
6
In this case, just call the function utf8_encode
Thus remaining:
echo ucwords(utf8_encode(strftime("%A ")));
thanks! it worked!
@Robertoalexandredasilva If this answer has solved your problem and you have no further doubts about it, mark it as accepted/correct by clicking next to it. This will also mark your question as solved/solved.
Browser other questions tagged php date character-encoding
You are not signed in. Login or sign up in order to post.
You must change the encoding of the ASCII site to UTF-8.
– CypherPotato