Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

Niranjan Chouhan

@Niranjan Chouhan
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem to displaying hindi fonts in servlet?
    N Niranjan Chouhan

    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?

    Web Development help java html question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups