The following line contains the UTF-8 directive, which is required for internationalization. This directive causes all user input to be encoded in the 8-bit Unicode Transformation Format, which supports all of the world's languages including those that use character sets other than Latin1.


<%@ page language="java" contentType= "text/html; charset=UTF-8" %>