Page 1 of 3

FRIENDLY URL didnt support Arabic letters

Posted: Sat Apr 16, 2016 12:22 pm
by english4ar.com
Hi

FRIENDLY URL didnt support Arabic letters

FRIENDLY URL Field automatically remove arabic letters


Can you please solve the problem

Re: FRIENDLY URL didnt support Arabic letters

Posted: Sat Apr 16, 2016 1:41 pm
by Edi
This is on the to do list. ;-)

Re: FRIENDLY URL didnt support Arabic letters

Posted: Sat Apr 16, 2016 3:38 pm
by english4ar.com
Edi wrote:This is on the to do list. ;-)
c :) :DL
UTF-8

Re: FRIENDLY URL didnt support Arabic letters

Posted: Fri May 27, 2016 7:32 pm
by english4ar.com
i tried some stupid tricks but it didn't work :D

i renamed the title of post folder to arabic language( the post is disappeared) :lol:

Re: FRIENDLY URL didnt support Arabic letters

Posted: Mon May 30, 2016 4:42 am
by diego
This is a big disccusion about the characters supported on the URI. I was reading a lot about it.

The valid characters in the URI are: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~:/?#[]@!$&'()*+,;=

Here is the internet standard
https://tools.ietf.org/html/rfc3986

Re: FRIENDLY URL didnt support Arabic letters

Posted: Mon May 30, 2016 11:43 am
by english4ar.com
this is a weakness point

i hope it will be a solution in the future

Re: FRIENDLY URL didnt support Arabic letters

Posted: Mon May 30, 2016 5:56 pm
by amr
english4ar.com wrote:this is a weakness point

i hope it will be a solution in the future
i had the same issue , you can fix by adding the codes its self
like for example to do this sign ! you will have to add manually !
so you can add friendly
its headache but works :D

Re: FRIENDLY URL didnt support Arabic letters

Posted: Mon May 30, 2016 6:01 pm
by amr
this link might helps you :
http://languagelog.ldc.upenn.edu/myl/ld ... alter.html

also remember to add this in your header.php

Code: Select all

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1256"> or
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-6">
<META HTTP-EQUIV="Content-language" CONTENT="ar">
- should be working fine

Re: FRIENDLY URL didnt support Arabic letters

Posted: Tue May 31, 2016 11:23 am
by english4ar.com
amr wrote: its headache but works :D
استبدال الحروف بالرموز
حاولت ولكن بدون فائدة
هل نغير اسماء المجلدت بالرموز
CACCD1C8C9


مشكلة الترميز Windows 1256
يظهر على شكل علامات استفهام في بعض المتصفحات والانظمة

Re: FRIENDLY URL didnt support Arabic letters

Posted: Tue May 31, 2016 4:15 pm
by amr
english4ar.com wrote:
amr wrote: its headache but works :D
استبدال الحروف بالرموز
حاولت ولكن بدون فائدة
هل نغير اسماء المجلدت بالرموز
CACCD1C8C9


مشكلة الترميز Windows 1256
يظهر على شكل علامات استفهام في بعض المتصفحات والانظمة

ok you can try this :

Code: Select all

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-language" CONTENT="ar">
this method worked with me :

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ar" xml:lang="ar">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<meta http-equiv="Content-Language" content="ar-sy">
</head>
as you know bludit saves the database as .txt file , so after that open each txt file and save it as encoded utf-8