PHP Classes

File: vendor/wp-phpunit/wp-phpunit/data/formatting/utf-8/README

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/wp-phpunit/wp-phpunit/data/formatting/utf-8/README   Download  
File: vendor/wp-phpunit/wp-phpunit/data/formatting/utf-8/README
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: Yesterday
Size: 625 bytes
 

Contents

Class file image Download
The Python scripts are for generating test data, because Python's Unicode support is much, much, much, much better than PHP's. * `utf-8/urlencode.py`, `utf-8/u-urlencode.py` and `utf-8/entitize.py` process UTF-8 into a few different formats (%-encoding, %u-encoding, &#decimal;) and are used like normal UNIXy pipes. Try: `python urlencode.py < utf-8.txt > urlencoded.txt` `python u-urlencode.py < utf-8.txt > u-urlencoded.txt` `python entitize.py < utf-8.txt > entitized.txt` * `windows-1252.py` converts Windows-only smart-quotes and things into their unicode &#decimal reference; equivalents.