https://github.com/docplanner/transliteration
https://github.com/docplanner/transliteration
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/docplanner/transliteration
- Owner: DocPlanner
- Created: 2012-12-13T12:47:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-28T13:43:36.000Z (over 13 years ago)
- Last Synced: 2025-09-18T19:53:18.182Z (9 months ago)
- Language: PHP
- Size: 363 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
transliteration
===============
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