Improved OldRequireTest: explanation and new test added (#128)

This commit is contained in:
Fonata
2018-03-17 12:37:54 +01:00
committed by GitHub
parent e4c9fed6cf
commit 42b5d30d66
2 changed files with 19 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ Date: 3-March-2018
guesses the type of each column.
- MIME: output() sends correct MIME type to browser
if the separator is a tab tab (Issue #79).
if the separator is a tab char (Issue #79).
- Added support for mb_convert_encoding() instead of
iconv() - see issue #109.