无法确定编码 [英] Unable to determine the encoding

查看:61
本文介绍了无法确定编码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Expression Web中打开某些网站时,我一直有这个问题。虽然当我在网站中打开一个页面时,我倾向于选择编码,但它开始变得有点烦人。在我被提示选择
编码的网站中,我已经按如下方式声明了一个:

I've been having this problem for a while now when opening certain sites in Expression Web. While I just tend to choose an encoding when I open a page within the site it's starting to get a little annoying. In the sites where I get prompted to choose an encoding I have already declared one in like as follows:


<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="screen">
</head>

推荐答案

你使用哪种英语口味? - 尚未宣布。示例:
$
< html lang =" en-gb">



< meta content =" en-gb" ; HTTP的当量= QUOT;内容语言与QUOT; />

Which flavour of English are you using? - This has not been declared. Example:
<html lang="en-gb">
or
<meta content="en-gb" http-equiv="Content-Language" />

语言选择部分定义了EW将使用的拼写字典。

The language choice partially defines which spelling dictionary EW will use.


这篇关于无法确定编码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆