jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.16k stars 249 forks source link

CSQuery With Arabic Language #180

Open hosamus opened 9 years ago

hosamus commented 9 years ago

Hello Guys, We noticed that when using CSQuery with arabic language the following behaviour: 1- When using Cq.Text () it returns the correct result with no issues. 2- When using Cq.Html() or Cq.Render it returns result like the following:
#1606;#1592;#1605; #1589;#1606;#1583;#1608;#1602; #1605;#1603;#1575;#1601;#1581;#1577; #1608;#1593;#1604;#1575;#1580; href="javascript:doView(3409)">#1575;#1604;#1605;#1586;#1610;#1583;

Any Ideas ?

Thank you very much. Hossam Arafa

304NotModified commented 9 years ago

Can you post an example text and calls for this?

304NotModified commented 9 years ago

Is https://github.com/jamietre/CsQuery/issues/110 reklated?

hosamus commented 9 years ago

Exactly !! #110 is the same issue