[farsiweb]I want to see unicode in Mozila.

2002-10-21 Thread Mohsen Pahlevanzadeh
Hi dear Programers;
I want to write a farsi-web,But Mozila or Netscape don't display farsi in Unicode.I 
have RedHat 7.2  working PHP. 
Please Guide me until i'll success.
--Best Regards

_
Thank you for choosing LinuxQuestions.
http://www.linuxquestions.org

_
Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, 
POP  more! http://www.everyone.net/selectmail?campaign=tag
___
FarsiWeb mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/farsiweb



[farsiweb]SOS

2002-12-27 Thread Mohsen Pahlevanzadeh
Hi dears.
Please introduce me a good reference's Apache web server.(BOOK)
NewRiders-Wrox press-Que-McGrow Hill-Prentice Hall or .
--Best regards

_
Thank you for choosing LinuxQuestions.
http://www.linuxquestions.org

_
Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, 
POP  more! http://www.everyone.net/selectmail?campaign=tag
___
FarsiWeb mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/farsiweb



[farsiweb]HELP

2003-03-12 Thread Mohsen Pahlevanzadeh
Hi dears.I have RedHat 7.3. I built a rpm file via msttcorefonts-1.3-3.spec script. 
installed it rpm file until i can see  type farsi.But i can type farsi only with 
XEmac,however i type farsi with uppercase characters.I can't swicth to lowercase 
characters.
Please guide me until i can type farsi with gedit  i can swicth to lowrcase 
characters.
I'm waitting your guide
--Best regards

_
Thank you for choosing LinuxQuestions.
http://www.linuxquestions.org

_
Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, 
POP  more! http://www.everyone.net/selectmail?campaign=tag
___
FarsiWeb mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/farsiweb


Help me...

2003-09-07 Thread Mohsen Pahlevanzadeh
Hi dears.
Mr.Tavakkolian was helping me until my function completed.
This function converts utf8(digit) to integer.
$farsi_table_linux=array(NONE,
#1776;,
#1777;,
#1778;,
#1779;,
#1780;,
#1781;,
#1782;,
#1783;,
#1784;,
#1785;);
function search_index_array($str)
{
 global $farsi_table;
 
 for ($i=0;$i11;$i++) 
 { 
  if ($farsi_table[$i]==$str ) 
   return $i; 
 } 
 return FALSE;
}// end of search_index_array

function utf8_to_int($str)
{
 $len=strlen($str);
 $out=;
 $char=explode(;,$str);
 for ($i=0;$i$len;$i++)
  { 
   $char[$i].=;;
   if (search_index_array($char[$i])!=False)
 $out.=search_index_array($char[$i])-1;
  }//end of for ($i)
 return $out; 
}//end of utf8_to_int
When i call utf8_to_int(#1776;.#1785;) ,this return 09 ,But When i enter a 
number(utf8) via keyboard,This function return 0.
Please guide me that i how enter a number via keyboard(persian)  i get true answer.
--regards

_
Thank you for choosing LinuxQuestions.
http://www.linuxquestions.org
___
FarsiWeb mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/farsiweb