Added a check and a function to handle UTF-8 article strings

This commit is contained in:
2014-08-04 14:05:03 +02:00
parent 72dae5c75b
commit 7a124e16ca
2 changed files with 36 additions and 11 deletions

View File

@@ -1,6 +1,11 @@
0.1 - 2014-07-28
First release of wie
0.3 - 2014-08-04
Added a check to see whatever the article string is in
UTF-8 or not. If it is in UTF-8, use a specific function
to handle it. Regular 'ucwords' can't handle UTF-8.
0.2 - 2014-07-31
Changed 'shell_exec(curl -s $URL)' to PHP5 cURL function
Added HISTORY file
0.1 - 2014-07-28
First release of wie