vovanmozg / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Charset incompatibility #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a string which contain a character like "é" and html code (i.e.
"<li>C'est pour testé</li>"
2. append it using the append() method
3. it display a strange characters cause bad UTF-8 encode/decode?

What is the expected output? What do you see instead?
If I use the same string without html code (i.e. : "C'est pour testé"), It
work well!

What version of the product are you using? On what operating system?
Last version (0.9.2 Beta)

Please provide any additional information below.
I try to debug it, find that the error occurs in the insert() methods at
line 1748,1749 (in the actual dev source).

Original issue reported on code.google.com by nicolas....@gmail.com on 13 Aug 2008 at 5:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Duplicate of #17 - Honor
documents or default charset in inserts:
http://code.google.com/p/phpquery/issues/detail?id=17

Original comment by tobiasz....@gmail.com on 14 Aug 2008 at 4:54