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
trireme-utils contains an implementation of "iconv-lite" that is incomplete, which causes problems with the latest Connect middleware.
iconv-lite is pure JavaScript and should work fine. It was added long ago when we were unable to handle scripts larger than 64K (we do this today by running them in interpreted mode).
There is also an implementation of "iconv" in there that we should retain because "iconv" relies on binary code.
The text was updated successfully, but these errors were encountered:
trireme-utils contains an implementation of "iconv-lite" that is incomplete, which causes problems with the latest Connect middleware.
iconv-lite is pure JavaScript and should work fine. It was added long ago when we were unable to handle scripts larger than 64K (we do this today by running them in interpreted mode).
There is also an implementation of "iconv" in there that we should retain because "iconv" relies on binary code.
The text was updated successfully, but these errors were encountered: