Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ibthaj Mansour   on Apr 28 In Java Category.

  
Question Answered By: Arthur Cole   on Apr 28

Are you sure your page encoding (the one in HTTP header, not the one in
meta i.e. charset), is a unicode  enable one(like UTF-8)? (Can get this via
right click in Firefox and see Page Info-> Encoding)

I think the problem  is with in your page encoding. Change it to UTF-8 and
every thing will be all right. You can use JSP's "<%@ page
pageEncoding="UTF-8" %>" tag to achive this.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on unicode and reset() method Or get search suggestion and latest updates.


Tagged: