znanylekarz/transliteration

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2012-12-13 13:42 UTC

This package is auto-updated.

Last update: 2024-04-10 23:01:05 UTC


README

Port of drupal's transliteration module for standalone usage in php5

Simple Usage

include "PATH_TO_FOLDER/transliteration/JTransliteration.php";

$mombojombotext = "誓曰:『時日害喪?予及女偕亡。』民欲與之偕亡,雖有";

$nonmombojombotex = JTransliteration::transliterate($mombojombotext);

echo $nonmombojombotex;

//see example.php for a working copy