This website works better with JavaScript.
Home
Help
Register
Sign In
AerScript
/
Aer
Watch
0
Star
6
Fork
0
Code
Issues
6
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Fix test.
release/v0.1
Rafal Kupiec
1 year ago
parent
1d6822c1e2
commit
bbcd99789d
Signed by:
belliash
GPG Key ID:
4E829243E0CFE6B4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/unicode_characters.aer
+ 1
- 1
tests/unicode_characters.aer
View File
@ -38,7 +38,7 @@ class Unicode {
if($to_uni) {
$str = strtr($str, $cp);
} else {
foreach($c in $cp) {
foreach(
string
$c in $cp) {
$cpp[$c] = array_search($c, $cp);
}
$str = strtr($str, $cpp);
Write
Preview
Loading…
Cancel
Save