Click here to Skip to main content
15,885,278 members
Home / Discussions / Web Development
   

Web Development

 
Questionwebsite costs Pin
Member 1095163916-Jul-14 12:15
Member 1095163916-Jul-14 12:15 
AnswerRe: website costs Pin
jinzai16-Jul-14 20:07
jinzai16-Jul-14 20:07 
GeneralRe: website costs Pin
Wombaticus17-Jul-14 3:08
Wombaticus17-Jul-14 3:08 
QuestionWhich technology to use for website development for a shoe manufacturer and seller Pin
Member 935377610-Jul-14 23:08
Member 935377610-Jul-14 23:08 
SuggestionRe: Which technology to use for website development for a shoe manufacturer and seller Pin
Richard Deeming11-Jul-14 1:55
mveRichard Deeming11-Jul-14 1:55 
GeneralRe: Which technology to use for website development for a shoe manufacturer and seller Pin
Member 935377611-Jul-14 2:22
Member 935377611-Jul-14 2:22 
GeneralRe: Which technology to use for website development for a shoe manufacturer and seller Pin
jinzai16-Jul-14 21:59
jinzai16-Jul-14 21:59 
QuestionProblem to displaying hindi fonts in servlet? Pin
Niranjan Chouhan6-Jul-14 21:48
Niranjan Chouhan6-Jul-14 21:48 
0 down vote favorite


I am using UTF-8 encoding to display hindi fonts in servlet but hindi fonts are displaying in following format -

शपथ à¤à¤¯ à¤à¤° à

I am using following code-

response.setContentType("text/html; charset=UTF-8");
StringWriter writer = new StringWriter();
t.merge(context, writer);

String s = writer.toString();

in servlet

response.getCharacterEncoding() // it is showing ISO-8859-1 by default

and i have set both character encoding UTF-8 and ISO-8859-1 in both jsp and servlet but problem was not resolved.

One thing is more, i am using mozila firefox and in it character encoding is Unicode. is there any effect on our output because of mozila's character encoding.

Please help me?
AnswerRe: Problem to displaying hindi fonts in servlet? Pin
jinzai16-Jul-14 23:08
jinzai16-Jul-14 23:08 
Question"Save Image As" File Name for Inline Data URLs [Solved] Pin
Skippums3-Jul-14 9:06
Skippums3-Jul-14 9:06 
AnswerRe: "Save Image As" File Name for Inline Data URLs Pin
Richard Deeming3-Jul-14 9:52
mveRichard Deeming3-Jul-14 9:52 
QuestionHow to persist C# objects with WebServices? Pin
Bastien Vandamme3-Jul-14 0:20
Bastien Vandamme3-Jul-14 0:20 
Question“Error 404 Not Found” in Magento Admin Login Page Pin
Jason Steven2-Jul-14 3:04
Jason Steven2-Jul-14 3:04 
AnswerRe: “Error 404 Not Found” in Magento Admin Login Page Pin
uscoding9-Jul-14 21:54
uscoding9-Jul-14 21:54 
Question$THIS VARIABLE IN PHP Pin
m2soft solutions1-Jul-14 0:34
m2soft solutions1-Jul-14 0:34 
AnswerRe: $THIS VARIABLE IN PHP Pin
Shameel1-Jul-14 0:47
professionalShameel1-Jul-14 0:47 
SuggestionRe: $THIS VARIABLE IN PHP Pin
ZurdoDev2-Jul-14 7:28
professionalZurdoDev2-Jul-14 7:28 
AnswerRe: $THIS VARIABLE IN PHP Pin
ZurdoDev2-Jul-14 7:29
professionalZurdoDev2-Jul-14 7:29 
QuestionProduction site performance Pin
Ekjon30-Jun-14 12:45
Ekjon30-Jun-14 12:45 
SuggestionRe: Production site performance Pin
Shameel1-Jul-14 0:49
professionalShameel1-Jul-14 0:49 
GeneralRe: Production site performance Pin
Ekjon1-Jul-14 17:16
Ekjon1-Jul-14 17:16 
GeneralRe: Production site performance Pin
thatraja1-Jul-14 20:56
professionalthatraja1-Jul-14 20:56 
GeneralRe: Production site performance Pin
Ekjon2-Jul-14 6:01
Ekjon2-Jul-14 6:01 
AnswerRe: Production site performance Pin
thatraja2-Jul-14 8:38
professionalthatraja2-Jul-14 8:38 
GeneralRe: Production site performance Pin
Ekjon2-Jul-14 11:37
Ekjon2-Jul-14 11:37 

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.