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
The method Locale::RecodeData::Encode::_recode() calls Encode::from_to() which requires its first argument to have the utf-8 flag switched off. Historically that was possible by the bytes pragma but that no longer works. Instead, switch the flag off explicitely.
Otherwise, the method throws an exception "Wide character /include/path/Locale/RecodeData/_Encode line 46".
Also check for other occurences of the bytes pragma which is now deprecated.
The text was updated successfully, but these errors were encountered:
gflohr
added a commit
to gflohr/qgoda
that referenced
this issue
Jul 18, 2023
The method
Locale::RecodeData::Encode::_recode()
callsEncode::from_to()
which requires its first argument to have the utf-8 flag switched off. Historically that was possible by thebytes
pragma but that no longer works. Instead, switch the flag off explicitely.Otherwise, the method throws an exception "Wide character /include/path/Locale/RecodeData/_Encode line 46".
Also check for other occurences of the
bytes
pragma which is now deprecated.The text was updated successfully, but these errors were encountered: