arabic encoding

General support questions
Post Reply
amir
Posts: 1
Joined: 2020/09/09 13:19:43

arabic encoding

Post by amir » 2020/09/17 10:16:46

Hi i am having a problem with centos 7. When i try to save the arabic from jsp to database in sql server 2016. its not working while this same application is working fine on windows. in which i have used the character encoding for arabic is windows-1256. but in linux windows-1256 is not working so i tried two different approaches
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<%@ page pageEncoding="UTF-8" %> on jsp but didnot work.
second option of encoding i use for arabic is 1so-8859-6 and collation of sql server is ARabic_100.....

Post Reply