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
Apparently, the pad string used in paddingEncodingProvider for UTF-32 is not considered invalid by iconv. It triggers a notice iconv_strlen(): Detected an illegal character in input string, which then returns false for the length
The text was updated successfully, but these errors were encountered:
See CI runs for those failures.
Apparently, the pad string used in
paddingEncodingProvider
for UTF-32 is not considered invalid byiconv
. It triggers a noticeiconv_strlen(): Detected an illegal character in input string
, which then returnsfalse
for the lengthThe text was updated successfully, but these errors were encountered: