Skip to content

saturngod/ZG2Uni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Written By Saturngod

Zawgyi to Unicode Algorithm from solveware solution javascript. http://paragu.parabaik.info/

Setup

check php.ini

$php --ini

and you will get php.ini path.

In php.ini

search

default_charset

and change to

default_charset = "utf-8"

search

mbstring.internal_encoding

and change to

mbstring.internal_encoding = UTF-8

How to convert (normal)

$php zawgyi2unicode_cli.php zawgyi.sql > unicode.sql

How to convert (*nix OS and Mac OSX)

$php zg2uni_unix.php zawgyi.sql > unicode.sql

How to use in coding

require "zawgyi2unicode.php";
$conv=new ZG2Uni();
echo $conv->zg_uni($conv->html_decode($zawgyi)); 

About

Please use the Rabbit instead of this repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages