Character Set From String: Identify predominant character set in a string

Recommend this page to a friend!
  Info   View files Documentation   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2020-10-20 (18 hours ago) RSS 2.0 feedNot enough user ratingsTotal: 102 All time: 9,398 This week: 214Up
Version License PHP version Categories
charset-from-string 1.0.6Custom (specified...5Localization, PHP 5, Text processing, L...
Description Author

This class can identify predominant character set in a string.

It can take a string of text in UTF-8 and analyzes the character codes to determine which is the predominant character set that the is used based on the frequency of the characters that are typically of certain languages.

Currently it can identify the character sets of Latin, Greek, Cyrillic. Armenian, Hebrew, Arabic, Devanagari, Bengali, Gujarati, Tamil, Malayalam, Sinhala, Thai, Lao, Tibetan, Burmese, Georgian, Korean, Khmer, Japanese, and CJK.

Innovation Award
PHP Programming Innovation award nominee
June 2017
Number 6
A string in Unicode may contain text of multiple character sets.

This class can identify predominant character set in a string of many possible character sets.

Manuel Lemos
Picture of Peter Kahl
  Performance   Level  
Name: Peter Kahl <contact>
Classes: 37 packages by
Country: United Kingdom
Innovation award
Innovation award
Nominee: 23x

Winner: 2x

Details

Charset From String

Downloads Download per Month License If this project has business value for you then don't hesitate to support me with a small donation.

Identifies predominant script (charset, language) in a string. This library is capable of identifying:

<pre> Arabic Armenian Bengali Burmese CJK Cyrillic Devanagari Georgian Greek Gujarati Hebrew Japanese Khmer Korean Lao Latin Malayalam Sinhala Tamil Thai Tibetan </pre>

Usage

use peterkahl\CharsetFromString\CharsetFromString;

echo CharsetFromString::getCharset('????? ????? ?? ???????')."\n"; # ARABIC

echo CharsetFromString::getCharset('????? ????? ?? ????-??')."\n"; # HEBREW

echo CharsetFromString::getCharset('??? ?????? ?????? ??????, ??? ??? ?? ?????.')."\n"; # CYRILLIC

echo CharsetFromString::getCharset('Lex iniusta non est lex.')."\n"; # LATIN

echo CharsetFromString::getCharset('??? ??? ?? ??? ??? ???? ??.')."\n"; # KOREAN

echo CharsetFromString::getCharset('??????????????')."\n"; # JAPANESE

echo CharsetFromString::getCharset('??????????')."\n"; # CJK

echo CharsetFromString::getCharset('??????????????? ??????????????')."\n"; # THAI

echo CharsetFromString::getCharset('????????????????????????????????????? ????')."\n"; # LAO

echo CharsetFromString::getCharset('?????????????????????????????????????????????')."\n"; # KHMER

echo CharsetFromString::getCharset('???????????????????????????????')."\n"; # TIBETAN

echo CharsetFromString::getCharset('? ????? ???????? ??? ???????? ?????? ????, ???? ???????? ???? ??? ??????.')."\n"; # GREEK
  Files folder image Files  
File Role Description
Files folder imagesrc (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  src  
File Role Description
  Plain text file CharsetFromString.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:102
This week:0
All time:9,398
This week:214Up

For more information send a message to info at phpclasses dot org.