Re: Arabic language Problem

We'll post a patch when we find the solution, but it will take some time.

27

Re: Arabic language Problem

Ok. Just one thing more when you are trying to find the solution please do not forget to make pages right to left (not only the words) If possible.
Thank you.

Re: Arabic language Problem

Salam alikom,
me as I am spirit to translate the files, as what you have like problem

انا كدلك اترجم الملفات فما المشكل لنتعاون اخي الفاضل

29

Re: Arabic language Problem

Hi every one
Does replacing

<meta name="ROBOTS" content="NOINDEX, FOLLOW" />

With

<meta http-equiv="content-type" content="text/html; charset=UTF-8">


In header.php
Does effect any thing on PunBB1.2  except the UTF-8?
Or should I just add that code?

Re: Arabic language Problem

Why replace?
Just add the code.

31

Re: Arabic language Problem

Ok Parpalak .
Is it good like this:

echo '<meta name="ROBOTS" content="NOINDEX, FOLLOW" http-equiv="content-type" content="text/html; charset=UTF-8" />'."\n";

Thanx.

Re: Arabic language Problem

It shoud be like this:

echo '<meta name="ROBOTS" content="NOINDEX, FOLLOW" />'."\n".
   '<meta http-equiv="content-type" content="text/html; charset=UTF-8" />'."\n";

33

Re: Arabic language Problem

big_smile has been done
Thanx