下载
开发软件
账户
下载
开发软件
登录
我忘记用户名和密码了
创建帐户
语言
帮助
语言
帮助
×
登录
登录名
密码
×
我忘记用户名和密码了
简体中文翻译状态
类别:
软件
用户
PersonalForge
Magazine
Wiki
搜索
OSDN
>
浏览软件
>
zaurus-ja
>
Ticket List/Search
>
任务单 #529
zaurus-ja
描述
项目概述
开发人员仪表板
项目的网页
开发人员
Image Gallery
List of RSS Feeds
Activity
统计
历史
下载
List of Releases
统计
源代码
Code Repository list
CVS
查看仓库
任务单
Ticket List
里程碑列表
Type List
组件列表
List of frequently used tickets/RSS
Submit New Ticket
文档
沟通
论坛
List of Forums
帮助论坛 (1)
公开讨论 (1)
Mailing Lists
list of ML
zaurus-ja-list
新闻
任务单 #529
Ticket List
Submit New Ticket
RSS
漢字コードの判定ミス
开放日期:
2002-08-29 22:28
最后更新:
2002-09-05 22:47
monitor
ON
OFF
报告人:
kenji
属主:
yamaken
类型:
Bugs
状态:
开启 [Owner assigned]
组件:
(无)
里程碑:
(无)
优先:
3
严重性:
5 - Medium
处理结果:
Accepted
文件:
无
Details
回复
<!--
<meta http-equiv="content-type" content="text/html;
charset=ISO-2022-JP">
-->
<meta http-equiv="content-type" content="text/html;
charset=EUC-JP">
という HTML (実際の文字コードは EUC)で文字化けしていまう。
任务单历史 (2/2 Histories)
2002-09-01 22:11
Updated by:
yamaken
优先
Update from
5 - Medium
to
3
处理结果
Update from
无
to
Accepted
评论
回复
Logged In: YES
user_id=1795
以下のように、順序が入れ換わ入れ換わったHTMLではどうなるで
しょうか。
<meta http-equiv="content-type" content="text/html;
charset=EUC-JP">
<!--
<meta http-equiv="content-type" content="text/html;
charset=ISO-2022-JP">
-->
2002-09-05 22:47
Updated by:
kenji
评论
回复
Logged In: YES
user_id=223
上記ですと、正常に表示されました。
コメントは無視され、最初の meta tag のコードが使われるようです。
<!--
<meta http-equiv="content-type"
content="text/html;
charset=EUC-JP">
-->
のみでも正常に表示されました。
Attachment File List (
0
)
Attachment File List
No attachments
编辑
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
登录名
Add Comment
预览
Submit
<meta http-equiv="content-type" content="text/html;
charset=ISO-2022-JP">
-->
<meta http-equiv="content-type" content="text/html;
charset=EUC-JP">
という HTML (実際の文字コードは EUC)で文字化けしていまう。