Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lists
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-15 12:11:56 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-15 12:11:56 +0300
commit2404c942ef523a018a2d9e7c7ca6fd7af2f3b224 (patch)
tree047580fd19595c7146e69feee0385fe4212e484e /lists
parent0819f87bd28ea5a48539283db8c57ce5864d4f07 (diff)
Fix the UTF8 encoding
Diffstat (limited to 'lists')
-rw-r--r--lists/list-5.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lists/list-5.php b/lists/list-5.php
index eb710ac..072876e 100644
--- a/lists/list-5.php
+++ b/lists/list-5.php
@@ -2714,7 +2714,7 @@ return array (
'allay' => true,
'agape' => true,
'acorn' => true,
- 'aâªâ»' => true,
+ 'a��' => true,
66699 => true,
26351 => true,
22334 => true,
@@ -29677,7 +29677,7 @@ return array (
'g1005' => true,
'g00se' => true,
'g00f2' => true,
- 'gã©â¼' => true,
+ 'g��' => true,
'fynji' => true,
'fyiu2' => true,
'fxiv9' => true,
@@ -48463,4 +48463,4 @@ return array (
'vjkxb' => true,
'vjhzr' => true,
'vjhuj' => true,
-); \ No newline at end of file
+);