Go to file
Henrique Moody 51ad23e24c
Call mbstring functions without getting encoding
The functions from the mbstring can deal find with strings without
forcing an specific encoding. However, sometimes "mb_detect_encoding()"
cannot identify the encoding therefore the functions that expect a valid
encoding will trigger a PHP error.

This commit will remove the unnecessary use of "mb_detect_encoding()."

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2021-02-06 17:42:11 +01:00
.github/workflows Use "sokil/php-isocodes" on LanguageCode 2021-02-06 15:53:11 +01:00
bin Use "sokil/php-isocodes" on LanguageCode 2021-02-06 15:53:11 +01:00
docs Use "sokil/php-isocodes" on CountryCode 2021-02-06 15:53:39 +01:00
library Call mbstring functions without getting encoding 2021-02-06 17:42:11 +01:00
tests Use "sokil/php-isocodes" on CurrencyCode 2021-02-06 15:52:40 +01:00
.docheader Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
.gitattributes Update list of files to be exported by Git 2020-07-29 10:35:36 +02:00
.gitignore Configure continuous integration with GitHub actions 2020-08-27 19:06:37 +02:00
CHANGELOG.md Remove documentation links in the repository 2019-05-23 16:16:00 +02:00
composer.json Upgrade supported version of "egulias/email-validator" 2021-02-06 16:29:39 +01:00
CONTRIBUTING.md Update contribution guidelines 2019-05-23 16:35:41 +02:00
LICENSE Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
mkdocs.yml Create MkDocs configuration file 2018-12-11 09:25:41 +01:00
phpcs.xml.dist Use "Respect" coding standard 2019-05-11 20:51:39 +02:00
phpstan.neon.dist Fix PHPStan issues 2021-02-06 12:51:56 +01:00
phpunit.xml.dist Configure continuous integration with GitHub actions 2020-08-27 19:06:37 +02:00
README.md Configure continuous integration with GitHub actions 2020-08-27 19:06:37 +02:00