GravityPDF / querypath

A fork of QueryPath: a PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support
Other
23 stars 3 forks source link

Using querypath library in php I am facing problem with hindi characters #2

Closed jakejackson1 closed 1 year ago

jakejackson1 commented 1 year ago

From querypath created by swap17: technosophos/querypath#204

Using querypath library in php I am facing problem with hindi characters.

I have replaced the image link with new image link and the again try to get the html by below mentioned code

$content = query->top()->html(); now on printing $content its giving below mentioned code

भारत और वेसà¥à¤Ÿà¤‡à¤‚डीज़ के बीच खेली जाने वाली वनडे सीरीज़ के लिठगà¥à¤°à¥à¤µà¤¾à¤° को टीम इंडिया का à¤à¤²à¤¾à¤¨ होना हà¥

How to support hindi character.please suggest.