以古吉拉特语开发网站 [英] develop a website in gujarati language

查看:72
本文介绍了以古吉拉特语开发网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好亲爱的朋友们



我是BCA的学生。



i想开发一个网站在gujarati语言使用HTML和PHP,但我不知道。



所以我请求亲爱的朋友来帮助我。



请用代码(如果可能)或任何合适的例子向我解释或提供URL参考。



请帮助我



提前感谢所有助手。



感谢你

Hello My dear friends

I am students of BCA.

i want to develop a website in gujarati language using html and php but i have no idea about that.

So i requesting to my dear friends to help me regarding it.

Please explain me with code(if possible) or any suitable example or give the URL to refer.

Please help me

Thanking all of helper in advance.

Thanking You

推荐答案

默认情况下,古吉拉特语很受欢迎,大多数现代系统都支持它。我从来没有安装任何特别的东西,但我刚检查过:我在Windows XP和Windows 7系统上都有它。



所以,你只需要它来编写文本并以UTF-8保存。您应该始终在HTTP-EQUIV中规定此Unicode UTF:

Gujarati is popular enough to be supported by most modern systems by default. I never installed anything special, but I just checked up: I have it on my Windows XP and Windows 7 systems.

So, all you need it to write the text and save it in UTF-8. You should always prescribe this Unicode UTF in HTTP-EQUIV:
<html>
	<head>
		<title>...</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	</head>
<body>

...

</body>
</html>





这非常重要:即使你的HTTP服务器支持UTF-8的默认设置,HTTP-EQUIV仍然很关键:如果有人在本地保存HTML文件,没有它就会丢失字符集信息。



就是这样。您的页面将同时支持多种不同语言的组合。



另请参阅:

http://unicode.org/ [ ^ ],

http://unicode.org/faq/utf_bom.html [ ^ ]。



另外,万一你使用ASP.NET并希望进入全球化然后进行本地化: http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx [ ^ ]。



-SA



This is very important: even if your HTTP server supports UTF-8 by its default settings, HTTP-EQUIV is still critical: if someone saves the HTML file locally, the charset information would be lost without it.

That's it. You page will support combination of wide set of different languages at the same time.

See also:
http://unicode.org/[^],
http://unicode.org/faq/utf_bom.html[^].

Also, just in case you use ASP.NET and want to go in for globalization and then localization: http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx[^].

—SA


查看此系列文章



创建multilingua l网站 - 第1部分 [ ^ ]

创建多语言网站 - 第2部分 [ ^ ]

创建多语种网站 - 第3部分 [ ^ ]



我试过这个(英语&阿拉伯语)对于一个项目,非常好。
Check this article series

Creating multilingual websites - Part 1[^]
Creating multilingual websites - Part 2[^]
Creating Multilingual websites - Part 3[^]

I tried this (English & Arabic) for a project, very nice.


谷歌揭示了所有。



这本书是用古吉拉特语写的,所以我想可能会在您的网站上使用适当的字体:



http://books.google.com/books/about/MIcrosoft_ASP_Net_with_C_Gujarati_Editio.html?id=-1L9qvXBZmcC [ ^ ]



和第一个链接184,000从谷歌返回搜索短语asp.net gujarati。



试一试。它是免费的(谷歌,即)。
Google reveals all.

This book is written in gujarati, so I imagine there MIGHT be something about using the appropriate font on your web site:

http://books.google.com/books/about/MIcrosoft_ASP_Net_with_C_Gujarati_Editio.html?id=-1L9qvXBZmcC[^]

And was the first link of 184,000 returned from google with the search phrase "asp.net gujarati".

Try it. It's free (google, that is).


这篇关于以古吉拉特语开发网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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