• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

URGENTTTTT

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Freinds,
Please help me!!!, i will appreciate this.
I have an issue regarding charset on jsp page.
On my page, i tried to use charset windows-1256 but still when i shift between fields, ??? will appear but correct data will be stored in the database and i can make a search.
Do you have any other way to correctly display information the jsp page?
Thanks a lot.
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Refer this in jsp forums, it may help you.--
Passing cent symbol from jsp to servlet -- Problem
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, who deleted the "Urgent Questions and Questions with no Answers" Forum?
Seriosuly, I'd look at the page in the browser using the "View Page Source" feature and check to see what headers are being passed. The other thing to watch for is to make sure that the character encoding being transmitted is correct (e.g. UTF-8).
reply
    Bookmark Topic Watch Topic
  • New Topic