@@ -137,7 +137,7 @@ |
||
| 137 | 137 | '?', |
| 138 | 138 | $field |
| 139 | 139 | ); |
| 140 | - $newfield = preg_replace('/\xE0[\x80-\x9F][\x80-\xBF]' . |
|
| 140 | + $newfield = preg_replace('/\xE0[\x80-\x9F][\x80-\xBF]' . |
|
| 141 | 141 | '|\xED[\xA0-\xBF][\x80-\xBF]/S', '?', $newfield); |
| 142 | 142 | if ($field != $newfield) { |
| 143 | 143 | $errors[] = "ERRO: ($num) Existem caracteres não UTF-8, não permitidos, " |
@@ -15,4 +15,4 @@ |
||
| 15 | 15 | } catch (\Exception $e) { |
| 16 | 16 | echo str_replace("\n", "<br/>", $e->getMessage()); |
| 17 | 17 | } |
| 18 | - |
|
| 19 | 18 | \ No newline at end of file |
| 19 | + |
|
| 20 | 20 | \ No newline at end of file |