I've been seeing this instruction as the very first line of numerous css files that have been turned over to me.
@charset "UTF-8";
What does it do and is this specification necessary?
Also, if I include this meta tag in my "head" tag would that eliminate the need to have it also present within my css files?
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">