Is there a way I do not know yet, to flip back node.js response for RTL string?

Viewed 11

I'm using google places api in order to get a list of businesses, in the response Hebrew names show flipped: ״םיחוטיב רהצי רוצ״ instead of ״צור יצהר ביטוחים״. the problem with normal flipping (split, reverse and join) methods is that once the string leaves the response it flips back. when copying it, it flips back to good, and same happens when sending it to the client, problem is, I'm trying to use a transliteration library that does not work on the client. if there are any questions about my question please ask.

0 Answers
Related