Click here to Skip to main content
15,904,153 members
Home / Discussions / C#
   

C#

 
AnswerRe: Converting to Hex Pin
Luc Pattyn1-Mar-10 22:47
sitebuilderLuc Pattyn1-Mar-10 22:47 
GeneralRe: Converting to Hex Pin
Deepak.Prahlad1-Mar-10 23:03
Deepak.Prahlad1-Mar-10 23:03 
GeneralRe: Converting to Hex Pin
Luc Pattyn1-Mar-10 23:14
sitebuilderLuc Pattyn1-Mar-10 23:14 
Questionproblem in debugging the windows application Pin
Amit Spadez1-Mar-10 22:22
professionalAmit Spadez1-Mar-10 22:22 
AnswerRe: problem in debugging the windows application Pin
Luc Pattyn1-Mar-10 22:49
sitebuilderLuc Pattyn1-Mar-10 22:49 
GeneralRe: problem in debugging the windows application Pin
Amit Spadez1-Mar-10 22:57
professionalAmit Spadez1-Mar-10 22:57 
AnswerRe: problem in debugging the windows application Pin
Tony Richards1-Mar-10 22:52
Tony Richards1-Mar-10 22:52 
QuestionConvert string to UTF-8 Pin
dabuskol1-Mar-10 20:41
dabuskol1-Mar-10 20:41 
Hi,
I have a webservice that send bulk SMS and it works for English language. The problem is when users send SMS using ARABIC text no SMS is receieved.

Please help me to improve or change my code so it will work for arabic characters. I think the problem is when converting the string to UTF-8 code.

MY Webservice:
http://10.45.98.198:8080/Script/SMSArabicEnglish.jws?wsdl


MY C# Code that send the message to my webservice.

string sMessage = وقت البلاغ:" ;
byte[] utfCodes = System.Text.Encoding.UTF8.GetBytes(sMessage);

//second solution
SendGSM.send_sms(utfCodes);
Dabsukol

AnswerRe: Convert string to UTF-8 Pin
sanforjackass1-Mar-10 21:29
sanforjackass1-Mar-10 21:29 
GeneralRe: Convert string to UTF-8 Pin
Rajesh Anuhya1-Mar-10 21:53
professionalRajesh Anuhya1-Mar-10 21:53 
AnswerRe: Convert string to UTF-8 Pin
N a v a n e e t h1-Mar-10 21:56
N a v a n e e t h1-Mar-10 21:56 
GeneralRe: Convert string to UTF-8 Pin
dabuskol2-Mar-10 0:18
dabuskol2-Mar-10 0:18 
Questionapply changes to a xml file on the internet Pin
sajjad.aghapouer1-Mar-10 20:38
sajjad.aghapouer1-Mar-10 20:38 
AnswerRe: apply changes to a xml file on the internet Pin
Calla1-Mar-10 21:20
Calla1-Mar-10 21:20 
RantRe: apply changes to a xml file on the internet Pin
Rajesh Anuhya1-Mar-10 21:55
professionalRajesh Anuhya1-Mar-10 21:55 
QuestionDialog Box Pin
codenoobie1-Mar-10 19:36
codenoobie1-Mar-10 19:36 
AnswerRe: Dialog Box Pin
rah_sin1-Mar-10 19:53
professionalrah_sin1-Mar-10 19:53 
GeneralRe: Dialog Box Pin
codenoobie1-Mar-10 20:33
codenoobie1-Mar-10 20:33 
GeneralRe: Dialog Box Pin
codenoobie1-Mar-10 20:46
codenoobie1-Mar-10 20:46 
GeneralRe: Dialog Box Pin
OriginalGriff2-Mar-10 0:01
mveOriginalGriff2-Mar-10 0:01 
AnswerRe: Dialog Box Pin
DX Roster4-Mar-10 18:42
DX Roster4-Mar-10 18:42 
QuestionC# vs C++ Pin
jekak1-Mar-10 19:22
jekak1-Mar-10 19:22 
AnswerRe: C# vs C++ Pin
N a v a n e e t h1-Mar-10 20:10
N a v a n e e t h1-Mar-10 20:10 
GeneralRe: C# vs C++ Pin
jekak1-Mar-10 20:22
jekak1-Mar-10 20:22 
GeneralRe: C# vs C++ Pin
N a v a n e e t h1-Mar-10 21:44
N a v a n e e t h1-Mar-10 21:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.