ArCharsetCThis class can be used to convert a given Arabic text between different character set encodings. Currently it supports converting between character sets windows-1256, iso-8859-6 and utf-8.
_http://hotscripts.com/jump.php?listing_id=59073&jump_type=0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ArCharsetDThis is a simple class that can be used to guess the character set encoding of an Arabic text string.
It analyzes the text string and counts the frequency of occurrence of characters with certain codes.
It computes the probability value of the text being encoded in some of the most likely character set encodings: windows-1256, iso-8859-6 and utf-8.
_http://hotscripts.com/jump.php?listing_id=59074&jump_type=0