You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bom_match() incorrectly returns BOM_UTF16_LE for strings with BOM_UTF32_LE. This is due to the order in which these constants are defined in League\Csv\ByteSequence.
Standalone code, or other way to reproduce the problem
Bug Report
Summary
bom_match()
incorrectly returnsBOM_UTF16_LE
for strings withBOM_UTF32_LE
. This is due to the order in which these constants are defined inLeague\Csv\ByteSequence
.Standalone code, or other way to reproduce the problem
Expected result
bool(true)
Actual result
bool(false)
The text was updated successfully, but these errors were encountered: