Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 3:12
varsh1229-Jul-10 3:12 
GeneralRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:17
mvePIEBALDconsult29-Jul-10 3:17 
AnswerRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:13
mvePIEBALDconsult29-Jul-10 3:13 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 3:20
varsh1229-Jul-10 3:20 
GeneralRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:22
mvePIEBALDconsult29-Jul-10 3:22 
GeneralRe: special character replacement Pin
Keith Barrow29-Jul-10 3:36
professionalKeith Barrow29-Jul-10 3:36 
AnswerRe: special character replacement Pin
Luc Pattyn29-Jul-10 4:06
sitebuilderLuc Pattyn29-Jul-10 4:06 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 4:49
varsh1229-Jul-10 4:49 
this is my string: \u092A\u094B\u0937\u093E\u0939\u093E\u0930

i used this code:

string unicodeString = HttpUtility.HtmlEncode("\u092A\u094B\u0937\u093E\u0939\u093E\u0930");
                 MessageBox.Show(unicodeString);


it gives me answer correct as "POSHAHAR" IN HINDI FONT.

BUT if we use above text as string it gives

string unicodeString = HttpUtility.HtmlEncode(above_code);
                 MessageBox.Show(unicodeString);


the string takes value in this form: "\\u092A\\u094B\\u0937\\u093E\\u0939\\u093E\\u0930";

so, it can't work.

then my problem is , how am i replace "\\" instead of "\".
GeneralRe: special character replacement Pin
Sauro Viti29-Jul-10 5:19
professionalSauro Viti29-Jul-10 5:19 
GeneralRe: special character replacement Pin
Luc Pattyn29-Jul-10 7:43
sitebuilderLuc Pattyn29-Jul-10 7:43 
GeneralRe: special character replacement Pin
varsh1230-Jul-10 19:30
varsh1230-Jul-10 19:30 
QuestionMessage Removed Pin
29-Jul-10 0:28
sush829-Jul-10 0:28 
AnswerRe: How to convert doc file to pdf file using itextsharp? Pin
OriginalGriff29-Jul-10 0:55
mveOriginalGriff29-Jul-10 0:55 
GeneralRe: How to convert doc file to pdf file using itextsharp? Pin
sush829-Jul-10 1:21
sush829-Jul-10 1:21 
GeneralRe: How to convert doc file to pdf file using itextsharp? Pin
Eddy Vluggen29-Jul-10 1:30
professionalEddy Vluggen29-Jul-10 1:30 
GeneralRe: How to convert doc file to pdf file using itextsharp? Pin
sush829-Jul-10 1:46
sush829-Jul-10 1:46 
GeneralRe: How to convert doc file to pdf file using itextsharp? Pin
Eddy Vluggen29-Jul-10 2:32
professionalEddy Vluggen29-Jul-10 2:32 
GeneralRe: How to convert doc file to pdf file using itextsharp? Pin
OriginalGriff29-Jul-10 1:35
mveOriginalGriff29-Jul-10 1:35 
AnswerRe: How to convert doc file to pdf file using itextsharp? Pin
Richard MacCutchan29-Jul-10 0:59
mveRichard MacCutchan29-Jul-10 0:59 
QuestionSmall Problem in Windows application.... Pin
Krishna Varadharajan29-Jul-10 0:25
Krishna Varadharajan29-Jul-10 0:25 
AnswerRe: Small Problem in Windows application.... Pin
Eddy Vluggen29-Jul-10 0:53
professionalEddy Vluggen29-Jul-10 0:53 
GeneralRe: Small Problem in Windows application.... Pin
Krishna Varadharajan29-Jul-10 1:26
Krishna Varadharajan29-Jul-10 1:26 
AnswerRe: Small Problem in Windows application.... Pin
Richard MacCutchan29-Jul-10 0:57
mveRichard MacCutchan29-Jul-10 0:57 
QuestionDos Copy Command Pin
M Riaz Bashir28-Jul-10 23:52
M Riaz Bashir28-Jul-10 23:52 
AnswerRe: Dos Copy Command Pin
Simon P Stevens29-Jul-10 0:16
Simon P Stevens29-Jul-10 0:16 

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.