please i have a problem in selecting arabic data from the database
i inserting the data as utf-8 unicode and selecting it also right on my local server but the problem is on the hosting server where i found the language encrypted that are selected from database
here you are the encoding that iam using ;
--for browser:
<%@page pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
--for database:
jdbc:mysql://localhost:3307/alsa7a1c?useUnicode=true&characterEncoding=UTF-8
--if i deleted the
java directive from the page i can see the language ok but after changing the encoding to utf-8
now i want to know how to make it eading arabic and select utf-8 encoding directly from the browser without setting it manually