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
For some, this would also require mb_encoding_check, as apparently some URLs use Shift JIS (and possible other encodings). If not converted with mb_convert_encoding, this can cause errors like General error: 1366 Incorrect string value when inserting into a SQL database.
Is there an existing issue for this?
Current Behavior
URLs, in this case "Resources" (also referred as "External links") can contain links to sites that have japanese characters in the URL path.
Example: https://api.jikan.moe/v4/anime/21/full
Results for
external
are the following:Expected Behavior
Steps To Reproduce
https://api.jikan.moe/v4/anime/21/full
Environment
Anything else?
Workaround
Manually urldecode the URLs that jikan returns.
Edit
For some, this would also require
mb_encoding_check
, as apparently some URLs useShift JIS
(and possible other encodings). If not converted withmb_convert_encoding
, this can cause errors likeGeneral error: 1366 Incorrect string value
when inserting into a SQL database.https://api.jikan.moe/v4/anime/28353/full
snippet
The text was updated successfully, but these errors were encountered: