if ( isCharset ) {
                    if ( getCharset === "" || getCharset === null ) {
                        errDesc = 'Please fill the charset attribute on meta tag.';
                        pushErrMsg(errDesc);
                    } else if ( getCharset !== "utf-8" ) {