Fixed some spelling errors and tuned the regexes

Replaced a-zåäö with \p{L} and fixed spelling errors
and replaced $program with PROGRAM on line 122.
Also added \u modifer to more places for UTF-8, just
in case.
This commit is contained in:
2014-08-09 23:02:38 +02:00
parent 277bcc5fb4
commit fef495ff7b
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
0.4 - 2014-08-09
Added /u modifier to more preg_matches for UTF-8
Replaced a-zåäö with \p{L}
Fixed a couple of spelling errors and missing words
Replaced $program with PROGRAM on line 122
0.3 - 2014-08-03
Added /u modifier to the preg_match for UTF-8