IntelliJ Java IDE
The moose likes HTML, CSS and JavaScript and the fly likes page encoding Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "page encoding" Watch "page encoding" New topic
Author

page encoding

Yi Si
Ranch Hand

Joined: Nov 12, 2003
Posts: 54
How browser know that the page content is encoded by ISO-8859 or Shift_JIS or others. I meet siuation that somethime the page can not correctly display, I need select correct encoding by hand.(IE menu->view->encoding->.....)
Maybe some head entity can control this, right?


Sun(java)-SCJA SCJP SCWCD SCBCD SCDJWS SCEA<br />Sun(solaris)-SCSA SCSN<br />IBM-486 Object-Oriented Analysis and Design with UML Test <br />IBM Certified System Administrator - WebSphere Application Server Network Deployment V6.0<br />Oracle-OCA
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
http://www.w3.org/TR/REC-html40/charset.html

Eric
 
 
subject: page encoding
 
Threads others viewed
problem of internationalism in struts framework
scripting-invalid tag in web.xml
Relation between char-set and encoding
arabic encoding problem
Struts and Chineese characters
IntelliJ Java IDE