阿拉伯语& ASP [英] Arabic & ASP

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

问题描述

在ASP页面中我需要做什么才能显示阿拉伯语内容?

是否需要对网络服务器进行任何操作[iis6]?

tx

解决方案
" j1c" <菊******** @ yahoo.ca>在消息中写道

news:11 ********************** @ z14g2000cwz.googlegr oups.com ...

在ASP页面中我需要做什么才能显示阿拉伯语内容?是否还需要对网络服务器进行任何操作[iis6]?
tx







如果你有美国的Windows版本,你需要确保你的页面确实

在页面的第一行有以下标签

。 />
<%@ LCID = 1025 CodePage = 28596%>


<%

Response.CharSet =" iso- 8859-6"

%>

其次,您应该将HTML内容保存为UTF-8或阿拉伯语代码页。如果您有阿拉伯语Windows版本,则不需要最后一件事。


如果您决定 - 不支持UTF-8(这是国际ALL

包含所有语言的字符集)但你决定使用阿拉伯语ISO

格式,你也想在ASP脚本中使用它

如果你想要UTF-8支持,你需要这个


<%@ LCID = 1025 CodePage = 65001%>

<%

''位于ASP脚本顶部的位置

Response.CharSet =" utf-8"

% >


-

兼容的web farm Asp和Asp.Net的会话替换
http://www.nieropwebconsult.nl/asp_session_manager.htm


太棒了!谢谢!


奇怪的是,我的包含文件中的阿拉伯语显示的只是

罚款,但我的数据是'' m插入表格后返回

??????????


What do I need to do in my ASP pages to display Arabic content? Does
anything need to be done to the webserver too [iis6]?
tx

解决方案

"j1c" <ju********@yahoo.ca> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...

What do I need to do in my ASP pages to display Arabic content? Does
anything need to be done to the webserver too [iis6]?
tx



Hi,

If you have a US windows version, you need to be sure that your pages do
have the following tag
at the first line of your pages.
<%@ LCID=1025 CodePage= 28596%>

<%
Response.CharSet = "iso-8859-6"
%>
Second, you should save the HTML content as UTF-8 or arabic codepage. The
last thing is not needed, if you have an Arabic Windows build.

If you decide -not- to support UTF-8 (this is the international ALL
containing charset for all languages) but you decide to use the Arabic ISO
format, you''ll also want to use this inside your ASP scripts
if you want UTF-8 support, you''ll need this

<%@ LCID=1025 CodePage=65001%>
<%
''somewhere at the top of your ASP scripts
Response.CharSet = "utf-8"
%>

--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm


great! thank you!


Odd thing is that the Arabic in my include files are displaying just
fine however data that I''m insertting into the forms is returning as
??????????


这篇关于阿拉伯语&amp; ASP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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