-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
some sort of rendering issue - maybe related to unicode or other special characters #1
Comments
Thanks hn-88 for your message. The problem is with the original data itself especially with Swami Sivananda commentaries. I had noted the problem earlier but as the group behind the frontend app and this GraphQL data source had not responded to my messages about some issues I had with their front end app, I did not message them about this problem. Now that your raising it has resulted in this exchange which documents the issue, I think I will send them a message with this exchange as the reference. Let us see whether they respond .... Continuing in another comment ... |
The group's front-end next.js app has the same issue: https://bhagavadgita.io/chapter/10/verse/4 I had searched for this data being available directly on IIT Kanpur's Gita Supersite or some other IITK site but could not find any links to such IITK sites. My guess is that IITK is not directly sharing this data publicly. Don't know how the above mentioned group got access to the data and were able to put it up as a public data source. Thanks again for raising the issue and your interest in this. |
Added this issue as an issue in the data source related github repo: gita/bhagavad-gita-graphql#2 |
In the regular web UI upgrade of this app: https://gita-rsi.vercel.app/ , GitHub: https://github.com/ravisiyer/gita , I have put in a temporary fix (hack) for this problem. In the Verse page which is the only page which shows commentaries, I am replacing ? character with , character in all commentaries data retrieved from the data source. The disadvantage is that even ? characters that should be ? will be changed to , characters. But such cases may be very few. In this Very Simple App, I want to keep the coding complexity low and so have not implemented the above temporary fix. |
Example - ear? skin? eyes? tongue and nose - in https://verysimplegita.vercel.app/verse/376
You could check what sort of characters the original data has, and perhaps do urlencode or something similar to fix.
The text was updated successfully, but these errors were encountered: