We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
it seems like the title parameter you are injecting to "YT_API" dynamic map object is in LATIN which is not supporting many of the character codes,
title
LATIN
as I am the consumer of your api, request you to encode the title's value in UTF-8 encoded format, so it will support the [& ' emoji's].
title: Tum Bin Jaoon Kahan - Kishore Kumar Hit Song || Pyar Ka Mousam - Valentine's Day Song
Hope you understand the issue and will resolve asap.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
it seems like the
title
parameter you are injecting to "YT_API" dynamic map object is inLATIN
which is not supporting many of the character codes,as I am the consumer of your api, request you to encode the title's value in UTF-8 encoded format, so it will support the [& ' emoji's].
title: Tum Bin Jaoon Kahan - Kishore Kumar Hit Song || Pyar Ka Mousam - Valentine's Day Song
Hope you understand the issue and will resolve asap.
The text was updated successfully, but these errors were encountered: