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
encoding_rs does not handle ISO-8859-1, which is required for the library to correctly function. Currently encoding_rs alone is not a valid solution to the issue. However, the decoupling between the library and rxing is now nearly complete, so if a solution which does handle ISO-8859-1 arrives then it is relatively trivial to switch away from the encoding crate.
As encoding crate hasn't been updated in some time, there may be a benefit I using a more frequently updated crate. A feasibility analysis is needed.
The text was updated successfully, but these errors were encountered: