accend lors de recupération des formulaires
bonjour j'ai le code d'entête suivant :
Code:
1 2 3 4 5 6 7 8 9 10 11 12
| <%-- any content can be specified here e.g.: --%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@page contentType="text/html" pageEncoding="UTF-16BE"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/css.css">
<link rel="stylesheet" type="text/css" href="css/jquerryUI.css"> |
et lors de la recuperation d'un formulaire dans ma servlets j'ai à la place des accents le resultat suivant :
abilitÃ?Â?Ã?© hors-pair alliÃ?Â?Ã?© Ã?Â?Ã?Â
Merci de votre aide