2017 © Pedro Peláez
 

library unicode-utf8

transform unicode to utf8

image

crlt/unicode-utf8

transform unicode to utf8

  • Wednesday, April 25, 2018
  • by NearXdu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Simple tools transform unicode to utf8

This tools solve the problem when target string is like "head\u4f60\u597d\u4e16\u754ctail", (*1)

Install

composer require crlt/unicode-utf8

Usage

<?php
require_once "vendor/autoload.php";

$test = new Crlt\Tools\Unicode2Utf();
echo $test->Transform("head\u4f60\u597d\u4e16\u754ctail");

License

MIT, (*2)

The Versions

25/04 2018

dev-master

9999999-dev

transform unicode to utf8

  Sources   Download

MIT

by Crlt Zhang

25/04 2018

0.1.1

0.1.1.0

transform unicode to utf8

  Sources   Download

MIT

by Crlt Zhang

25/04 2018

0.1.0

0.1.0.0

transform unicode to utf8

  Sources   Download

MIT

by Crlt Zhang