Test Ar-PHP Functionality Online

header line!
Test PHP Function










Ar-PHP Manual

method normaliseLamaleph [line 193]

string normaliseLamaleph( string $text)

Unicode uses some special characters where the lamaleph and any hamza above them are combined into one code point. Some input system use them. This function expands these characters.



Tags:

return:  the normalised text.
author:  Djihed Afifi <djihed@gmail.com>
access:  public


Parameters:

string   $text   The text to be normalised.

Example
  1.      include('./I18N/Arabic.php');
  2.      $obj new I18N_Arabic('Normalise');
  3.  
  4.      $str "Arabic text with tatweel, tashkeel...";
  5.  
  6.      echo "<p><u><i>Before:</i></u><br />$str<br /><br />";
  7.  
  8.      $text $obj->stripTatweel($str);
  9.  
  10.      echo "<u><i>After:</i></u><br />$text<br /><br />";
Popular
Recent
Links
Ads!
footer line!

No Software Patents! General Public License

Home | Twitter | Blog | Contact

Copyright © 2006 - 2016 Khaled Al-Sham'aa