如何在c#.net 2008中以印地语形式对数据进行排序 [英] How to Sort data in Hindi form in c#.net 2008

查看:71
本文介绍了如何在c#.net 2008中以印地语形式对数据进行排序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在c#.net 2008中以印地语形式对数据进行排序

我以unicode格式保存数据,并且保存的数据格式为英语,但以Hindi格式显示.然后,当我们显示其报告时,没有任何人代表Name显示排序数据.请任何人建议我.
Shashank Kulshrestha
博帕尔M.P. (印度)

How to Sort data in Hindi form in c#.net 2008

i am save data in unicode form and saved data format are English but it is Display in Hindi Form.and then when we display their report then no any one display sort data on behalf of Name.Please any one suggest me.
Shashank Kulshrestha
Bhopal M.P. (India)

推荐答案

没有非Unicode"形式的东西-.NET中的所有字符串和字符都采用Unicode.而且,从Unicode的角度来看,印地语,梵语和许多其他语言之间没有区别.全部使用Devanagari脚本( http://en.wikipedia.org/wiki/Devanagari [
There is no such thing as "non-Unicode" form — all string and characters in .NET are in Unicode. Moreover, from the Unicode stand point, there are no difference between Hindi, Sanskrit and many other languages &mash; all using Devanagari script (http://en.wikipedia.org/wiki/Devanagari[^]) representing a sub-set of Unicode code point.

All algorithms do not depend on the script or sub-set of Unicode. There are some delicate moment is some exotic cases, in particular, for code points beyond Basic Multilingual Plane (BPM) — those using more than 16 bits for a representation of the code point, but Devanagari is free from such problems.

—SA


首先创建一个表,然后在 NVARCHAR 上设置这些数据类型.将转到
开始>控制面板=>区域和语言选项.然后按语言标签,然后选择安装文件和复杂脚本等..请选中这些复选框.注意,在选择该复选框之前,您将在硬盘上输入Window xp Booteble .然后选中该复选框并按Apply,然后安装一些自动字体,然后显示一条消息重新启动系统,然后单击确定.
之后,当系统重新启动时,再次转到 START> CONTROL PANEL =>区域和语言选项,然后在按Language(语言)选项卡和Select Details(选择详细信息)按钮后,打开一个etra对话框,然后在INPUT LANGUAGE(输入语言)中选择Add(添加)按钮,然后选择Hindi ..,然后在Keyboard(键盘)中在版式中,选择印地语传统",然后单击确定并应用.
之后,您将打开Window Project,然后运行它.在任务栏上可用的 Language选项,然后选择 Hindi Language ,然后在表单中输入数据.签出数据库表,然后您可以在数据库中获取印地语数据.
然后运行这些查询...
从TblName中按名称选择名称
这是Window Project中数据排序的最佳解决方案....
来自: Shashank Kulshrestha
Bhopal的软件开发人员
Firstly make a table.then these data type set on NVARCHAR.then after you will goto
START>CONTROL PANEL=>Regional and Language options.then after press Language tab and a select install files and complex script and etc... select these check box..Note that before you select check box you will enter Window xp Booteble on your HDD.then select check box and press apply then automatic some font are are install and then one message display to restart system then click ok.
after that when system reboot then GOTO again START>CONTROL PANEL=>Regional and Language options then after press Language tab and Select Details Button one etra dialog box open and select ADD Button in INPUT LANGUAGE select Hindi..and in Keyboard Layout select Hindi Traditional then ok and Apply.
after that you will open your Window Project then run it.on task bar available Language option then select Hindi Language and enter your data in your Form.check out your database table and you can get hindi data in your database.
then run these query...
Select name From TblName order by name
this is optimal solution of data Sort in Window Project....
From :
Shashank Kulshrestha
Software Developer at Bhopal


这篇关于如何在c#.net 2008中以印地语形式对数据进行排序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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