devanagari Questions
7
Solved
I have something like
a = "बिक्रम मेरो नाम हो"
I want to achieve something like
a[0] = बि
a[1] = क्र
a[3] = म
but as म takes 4 bytes while बि takes 8 bytes I am not able to get to that strai...
Proton asked 24/7, 2011 at 6:26
2
Solved
We have a small web app that we want to convert into something native. Right now, it's got a lot of moving parts (the backend, the browser etc.) and we'd like to convert it into a single tight appl...
Aggrieved asked 30/5, 2017 at 5:33
1
© 2022 - 2024 — McMap. All rights reserved.