我是否会在印地语中发送短信 [英] Hod do I send sms in hindi langauge

查看:98
本文介绍了我是否会在印地语中发送短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好我已经使用英语发送短信,但我面临问题发送文本作为印地文字体。



它给出了问号输出



错误的输出来自短信:?????? ???? sms ????



它应该用sms说:

अपनाजीवनप्रमाणपत्रसुनिश्चितकरे







i试用以下

< pre> string msg =अपनाजीवनप्रमाणपत्रसुनिश्चितकरे; 

string req =http:// smstomeatpriority =+ msg +& mnumber =+ dest +& signature = ntw;
// HttpWebRequest request =(HttpWebRequest)WebRequest.Create(req);
// response =(HttpWebResponse)request.GetResponse();

// String ver = response.ProtocolVersion.ToString();

// reader = new StreamReader(response.GetResponseStream());

WebClient Wc = new WebClient();
var response = Wc.DownloadString(req);





我尝试过: < br $> b $ b

< pre>  string  msg =  更多信息/跨度>; 

string req = http:// smstomeatpriority = + msg + & mnumber = + dest + & signature = ntw;
// HttpWebRequest request =(HttpWebRequest)WebRequest.Create(req);
// response =(HttpWebResponse)request.GetResponse();

// String ver = response.ProtocolVersion.ToString();

< span class =code-comment> //
reader = new StreamReader(response.GetResponseStream());

WebClient Wc = new WebClient();
var response = Wc.DownloadString(req);

解决方案

< blockquote>谷歌是你的朋友:好好经常拜访他。他可以比在这里发布问题更快地回答问题...



如果您不知道该怎么做,请从Google开始:发送smm in hindi langauge - Google搜索 [ ^ ]

快速搜索 使用您的问题作为搜索词 给出了1.3亿次点击!



将来,请尝试自己做至少基础研究,不要浪费你的时间或我们的时间。


Hi i have already send sms using english , but i am facing problem send text as hindi font.

it giving output in question mark

wrong output come in sms : ??????????sms????

it should say in sms :

अपना जीवन प्रमाण पत्र सुनिश्चित करे




i have try following

<pre> string msg = "अपना जीवन प्रमाण पत्र सुनिश्चित करे";

                        string req = "http://smstomeatpriority=" + msg + "&mnumber=" + dest + "&signature=ntw";
                        //HttpWebRequest request = (HttpWebRequest)WebRequest.Create(req);
                        //response = (HttpWebResponse)request.GetResponse();

                        //String ver = response.ProtocolVersion.ToString();

                        //reader = new StreamReader(response.GetResponseStream());

                        WebClient Wc = new WebClient();
                        var response = Wc.DownloadString(req);



What I have tried:

<pre> string msg = "अपना जीवन प्रमाण पत्र सुनिश्चित करे";

                        string req = "http://smstomeatpriority=" + msg + "&mnumber=" + dest + "&signature=ntw";
                        //HttpWebRequest request = (HttpWebRequest)WebRequest.Create(req);
                        //response = (HttpWebResponse)request.GetResponse();

                        //String ver = response.ProtocolVersion.ToString();

                        //reader = new StreamReader(response.GetResponseStream());

                        WebClient Wc = new WebClient();
                        var response = Wc.DownloadString(req);

解决方案

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

If you don't know how to do something, start with Google: send sms in hindi langauge - Google Search[^]
A quick search using your question as the search term gave 131 Million hits!

In future, please try to do at least basic research yourself, and not waste your time or ours.


这篇关于我是否会在印地语中发送短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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