René's URL Explorer Experiment


Title: request charset not work · Issue #2 · phpquery/phpquery · GitHub

Open Graph Title: request charset not work · Issue #2 · phpquery/phpquery

X Title: request charset not work · Issue #2 · phpquery/phpquery

Description: here is test code utf8.php 中文ABC

Open Graph Description: here is test code utf8.php 中...</i> <p>X Description: <i>here is test code utf8.php <?php require('phpQuery/phpQuery.php'); $html=<<<D <!doctype html> <html lang="en"> <head> <meta name="Keywords&qu...</i> <p><i>Opengraph URL</i>: <a href='https://github.com/phpquery/phpquery/issues/2'>https://github.com/phpquery/phpquery/issues/2</a> <p>X: <a href='https://X.com/@github'>@github</a> <p><a href='https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2'>direct link</a> <p>Domain: <a href='https://domain.db.renenyffenegger.ch/search?q=patch-diff.githubusercontent.com'>patch-diff.githubusercontent.com</a> <hr><b style='color:red'>Hey, it has json ld scripts</b>: <code><pre>{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"request charset not work ","articleBody":"here is test code \nutf8.php \n\n``` php\n\u003c?php\nrequire('phpQuery/phpQuery.php');\n$html=\u003c\u003c\u003cD\n\u003c!doctype html\u003e\n\u003chtml lang=\"en\"\u003e\n \u003chead\u003e\n \u003cmeta name=\"Keywords\" content=\"\"\u003e\n \u003cmeta name=\"Description\" content=\"\"\u003e\n \u003ctitle\u003e中文ABC\u003c/title\u003e\n \u003c/head\u003e\n \u003cbody\u003e\n\n \u003c/body\u003e\n\u003c/html\u003e\nD;\n$doc = phpQuery::newDocumentHTML($html,'utf8');\necho $doc-\u003efind(\"title\");\n```\n\nresult is \n\n``` D\n \u003ctitle\u003e中文ABC\u003c/title\u003e \n```\n\naddCharset \n\n``` php\n\n$doc = phpQuery::newDocumentHTML('\u003cmeta charset=\"utf8\"\u003e'.$html,'utf8');\necho $doc-\u003efind(\"title\");\n```\n\nresult is \n\n``` F\n\u003ctitle\u003e中文ABC\u003c/title\u003e\u003eExit code: 0\n```\n\nthe file is saved as utf8 format \nDOMDocumentWrapper.php\nline 155 \n\n``` php\n $addDocumentCharset = false;\n if ($documentCharset) {\n $charset = $documentCharset;\n $markup = $this-\u003echarsetFixHTML($markup);\n } else if ($requestedCharset) {\n $charset = $requestedCharset;\n }\n\n if (! $charset)\n $charset = phpQuery::$defaultCharset;\n // HTTP 1.1 says that the default charset is ISO-8859-1\n // @see http://www.w3.org/International/O-HTTP-charset\n if (! $documentCharset) {\n $documentCharset = 'ISO-8859-1';\n $addDocumentCharset = true; \n }\n\n```\n\nif $documentCharset no support ,can $requestedCharset overfide $documentCharset ?\ncan \n\n$documentCharset is page embed contenttype meta like \" \u003cmeta charset=\"utf8\"\u003e\"\n $requestedCharset is user parameter like \n\n``` php\n $requestedCharset ='utf8';\n$doc = phpQuery::newDocumentHTML($html, $requestedCharset);\n\n```\n\nwhat's $charset stand for \nthe get charset logic is \n page embed meta charset ? \n        ----\u003e user $requestedCharset; ? \n                     ---\u003e $charset = phpQuery::$defaultCharset;\n\nwhy \n\n``` php\nif (! $documentCharset) {\n $documentCharset = 'ISO-8859-1';\n $addDocumentCharset = true; \n }\n```\n","author":{"url":"https://github.com/tablecell","@type":"Person","name":"tablecell"},"datePublished":"2015-08-29T03:19:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/2/phpquery/issues/2"}</pre></code> <hr> <table> <tr><td>route-pattern</td><td>/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)</td></tr> <tr><td>route-controller</td><td>voltron_issues_fragments</td></tr> <tr><td>route-action</td><td>issue_layout</td></tr> <tr><td>fetch-nonce</td><td>v2:14b7020f-d4b2-ea40-e6ad-bceb22af8481</td></tr> <tr><td>current-catalog-service-hash</td><td>81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114</td></tr> <tr><td>request-id</td><td>ABE2:3F18FE:8B0482:B22D70:69745089</td></tr> <tr><td>html-safe-nonce</td><td>b7c1ff272150fcfe87435e98a36c603c382eb553687968ab148def8fc280455a</td></tr> <tr><td>visitor-payload</td><td>eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQkUyOjNGMThGRTo4QjA0ODI6QjIyRDcwOjY5NzQ1MDg5IiwidmlzaXRvcl9pZCI6IjMwODY3NTM3MTEzMzg1NzM5NjEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==</td></tr> <tr><td>visitor-hmac</td><td>fe41841d0ee5602e76888e8a83a1959b1b3ff8c8226c9adf09fa65333e62132c</td></tr> <tr><td>hovercard-subject-tag</td><td>issue:103824819</td></tr> <tr><td>github-keyboard-shortcuts</td><td>repository,issues,copilot</td></tr> <tr><td>google-site-verification</td><td>Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I</td></tr> <tr><td>octolytics-url</td><td>https://collector.github.com/github/collect</td></tr> <tr><td>analytics-location</td><td>/<user-name>/<repo-name>/voltron/issues_fragments/issue_layout</td></tr> <tr><td>fb:app_id</td><td>1401488693436528</td></tr> <tr><td>apple-itunes-app</td><td>app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/phpquery/phpquery/2/issue_layout</td></tr> <tr><td>twitter:image</td><td>https://opengraph.githubassets.com/e9261d8cdf798de0c7c6de512d5050d063d982381d6a425d5b3ccd3c6d65e665/phpquery/phpquery/issues/2</td></tr> <tr><td>twitter:card</td><td>summary_large_image</td></tr> <tr><td>og:image</td><td>https://opengraph.githubassets.com/e9261d8cdf798de0c7c6de512d5050d063d982381d6a425d5b3ccd3c6d65e665/phpquery/phpquery/issues/2</td></tr> <tr><td>og:image:alt</td><td>here is test code utf8.php <?php require('phpQuery/phpQuery.php'); $html=<<<D <!doctype html> <html lang="en"> <head> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>中...</td></tr> <tr><td>og:image:width</td><td>1200</td></tr> <tr><td>og:image:height</td><td>600</td></tr> <tr><td>og:site_name</td><td>GitHub</td></tr> <tr><td>og:type</td><td>object</td></tr> <tr><td>og:author:username</td><td>tablecell</td></tr> <tr><td>hostname</td><td>github.com</td></tr> <tr><td>expected-hostname</td><td>github.com</td></tr> <tr><td>None</td><td>e0b95d743b7672c9ac0e1032d5f117950182dc164a83434a7db86510e8f0b37c</td></tr> <tr><td>turbo-cache-control</td><td>no-preview</td></tr> <tr><td>go-import</td><td>github.com/phpquery/phpquery git https://github.com/phpquery/phpquery.git</td></tr> <tr><td>octolytics-dimension-user_id</td><td>6540494</td></tr> <tr><td>octolytics-dimension-user_login</td><td>phpquery</td></tr> <tr><td>octolytics-dimension-repository_id</td><td>16365184</td></tr> <tr><td>octolytics-dimension-repository_nwo</td><td>phpquery/phpquery</td></tr> <tr><td>octolytics-dimension-repository_public</td><td>true</td></tr> <tr><td>octolytics-dimension-repository_is_fork</td><td>false</td></tr> <tr><td>octolytics-dimension-repository_network_root_id</td><td>16365184</td></tr> <tr><td>octolytics-dimension-repository_network_root_nwo</td><td>phpquery/phpquery</td></tr> <tr><td>turbo-body-classes</td><td>logged-out env-production page-responsive</td></tr> <tr><td>disable-turbo</td><td>false</td></tr> <tr><td>browser-stats-url</td><td>https://api.github.com/_private/browser/stats</td></tr> <tr><td>browser-errors-url</td><td>https://api.github.com/_private/browser/errors</td></tr> <tr><td>release</td><td>56fe7e2e8de6e57740bca50402351ea656f7a4bf</td></tr> <tr><td>ui-target</td><td>full</td></tr> <tr><td>theme-color</td><td>#1e2327</td></tr> <tr><td>color-scheme</td><td>light dark</td></tr> </table> <p><b>Links</b>: <table> <tr><td>Skip to content</td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2#start-of-content'>https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2#start-of-content</a></td></tr> <tr><td> </td><td><a href='/?url=https://patch-diff.githubusercontent.com/'>https://patch-diff.githubusercontent.com/</a></td></tr> <tr><td> Sign in </td><td><a href='/?url=https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fphpquery%2Fphpquery%2Fissues%2F2'>https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fphpquery%2Fphpquery%2Fissues%2F2</a></td></tr> <tr><td>GitHub CopilotWrite better code with AI</td><td><a href='/?url=https://github.com/features/copilot'>https://github.com/features/copilot</a></td></tr> <tr><td>GitHub SparkBuild and deploy intelligent apps</td><td><a href='/?url=https://github.com/features/spark'>https://github.com/features/spark</a></td></tr> <tr><td>GitHub ModelsManage and compare prompts</td><td><a href='/?url=https://github.com/features/models'>https://github.com/features/models</a></td></tr> <tr><td>MCP RegistryNewIntegrate external tools</td><td><a href='/?url=https://github.com/mcp'>https://github.com/mcp</a></td></tr> <tr><td>ActionsAutomate any workflow</td><td><a href='/?url=https://github.com/features/actions'>https://github.com/features/actions</a></td></tr> <tr><td>CodespacesInstant dev environments</td><td><a href='/?url=https://github.com/features/codespaces'>https://github.com/features/codespaces</a></td></tr> <tr><td>IssuesPlan and track work</td><td><a href='/?url=https://github.com/features/issues'>https://github.com/features/issues</a></td></tr> <tr><td>Code ReviewManage code changes</td><td><a href='/?url=https://github.com/features/code-review'>https://github.com/features/code-review</a></td></tr> <tr><td>GitHub Advanced SecurityFind and fix vulnerabilities</td><td><a href='/?url=https://github.com/security/advanced-security'>https://github.com/security/advanced-security</a></td></tr> <tr><td>Code securitySecure your code as you build</td><td><a href='/?url=https://github.com/security/advanced-security/code-security'>https://github.com/security/advanced-security/code-security</a></td></tr> <tr><td>Secret protectionStop leaks before they start</td><td><a href='/?url=https://github.com/security/advanced-security/secret-protection'>https://github.com/security/advanced-security/secret-protection</a></td></tr> <tr><td>Why GitHub</td><td><a href='/?url=https://github.com/why-github'>https://github.com/why-github</a></td></tr> <tr><td>Documentation</td><td><a href='/?url=https://docs.github.com'>https://docs.github.com</a></td></tr> <tr><td>Blog</td><td><a href='/?url=https://github.blog'>https://github.blog</a></td></tr> <tr><td>Changelog</td><td><a href='/?url=https://github.blog/changelog'>https://github.blog/changelog</a></td></tr> <tr><td>Marketplace</td><td><a href='/?url=https://github.com/marketplace'>https://github.com/marketplace</a></td></tr> <tr><td>View all features</td><td><a href='/?url=https://github.com/features'>https://github.com/features</a></td></tr> <tr><td>Enterprises</td><td><a href='/?url=https://github.com/enterprise'>https://github.com/enterprise</a></td></tr> <tr><td>Small and medium teams</td><td><a href='/?url=https://github.com/team'>https://github.com/team</a></td></tr> <tr><td>Startups</td><td><a href='/?url=https://github.com/enterprise/startups'>https://github.com/enterprise/startups</a></td></tr> <tr><td>Nonprofits</td><td><a href='/?url=https://github.com/solutions/industry/nonprofits'>https://github.com/solutions/industry/nonprofits</a></td></tr> <tr><td>App Modernization</td><td><a href='/?url=https://github.com/solutions/use-case/app-modernization'>https://github.com/solutions/use-case/app-modernization</a></td></tr> <tr><td>DevSecOps</td><td><a href='/?url=https://github.com/solutions/use-case/devsecops'>https://github.com/solutions/use-case/devsecops</a></td></tr> <tr><td>DevOps</td><td><a href='/?url=https://github.com/solutions/use-case/devops'>https://github.com/solutions/use-case/devops</a></td></tr> <tr><td>CI/CD</td><td><a href='/?url=https://github.com/solutions/use-case/ci-cd'>https://github.com/solutions/use-case/ci-cd</a></td></tr> <tr><td>View all use cases</td><td><a href='/?url=https://github.com/solutions/use-case'>https://github.com/solutions/use-case</a></td></tr> <tr><td>Healthcare</td><td><a href='/?url=https://github.com/solutions/industry/healthcare'>https://github.com/solutions/industry/healthcare</a></td></tr> <tr><td>Financial services</td><td><a href='/?url=https://github.com/solutions/industry/financial-services'>https://github.com/solutions/industry/financial-services</a></td></tr> <tr><td>Manufacturing</td><td><a href='/?url=https://github.com/solutions/industry/manufacturing'>https://github.com/solutions/industry/manufacturing</a></td></tr> <tr><td>Government</td><td><a href='/?url=https://github.com/solutions/industry/government'>https://github.com/solutions/industry/government</a></td></tr> <tr><td>View all industries</td><td><a href='/?url=https://github.com/solutions/industry'>https://github.com/solutions/industry</a></td></tr> <tr><td>View all solutions</td><td><a href='/?url=https://github.com/solutions'>https://github.com/solutions</a></td></tr> <tr><td>AI</td><td><a href='/?url=https://github.com/resources/articles?topic=ai'>https://github.com/resources/articles?topic=ai</a></td></tr> <tr><td>Software Development</td><td><a href='/?url=https://github.com/resources/articles?topic=software-development'>https://github.com/resources/articles?topic=software-development</a></td></tr> <tr><td>DevOps</td><td><a href='/?url=https://github.com/resources/articles?topic=devops'>https://github.com/resources/articles?topic=devops</a></td></tr> <tr><td>Security</td><td><a href='/?url=https://github.com/resources/articles?topic=security'>https://github.com/resources/articles?topic=security</a></td></tr> <tr><td>View all topics</td><td><a href='/?url=https://github.com/resources/articles'>https://github.com/resources/articles</a></td></tr> <tr><td>Customer stories</td><td><a href='/?url=https://github.com/customer-stories'>https://github.com/customer-stories</a></td></tr> <tr><td>Events & webinars</td><td><a href='/?url=https://github.com/resources/events'>https://github.com/resources/events</a></td></tr> <tr><td>Ebooks & reports</td><td><a href='/?url=https://github.com/resources/whitepapers'>https://github.com/resources/whitepapers</a></td></tr> <tr><td>Business insights</td><td><a href='/?url=https://github.com/solutions/executive-insights'>https://github.com/solutions/executive-insights</a></td></tr> <tr><td>GitHub Skills</td><td><a href='/?url=https://skills.github.com'>https://skills.github.com</a></td></tr> <tr><td>Documentation</td><td><a href='/?url=https://docs.github.com'>https://docs.github.com</a></td></tr> <tr><td>Customer support</td><td><a href='/?url=https://support.github.com'>https://support.github.com</a></td></tr> <tr><td>Community forum</td><td><a href='/?url=https://github.com/orgs/community/discussions'>https://github.com/orgs/community/discussions</a></td></tr> <tr><td>Trust center</td><td><a href='/?url=https://github.com/trust-center'>https://github.com/trust-center</a></td></tr> <tr><td>Partners</td><td><a href='/?url=https://github.com/partners'>https://github.com/partners</a></td></tr> <tr><td>GitHub SponsorsFund open source developers</td><td><a href='/?url=https://github.com/sponsors'>https://github.com/sponsors</a></td></tr> <tr><td>Security Lab</td><td><a href='/?url=https://securitylab.github.com'>https://securitylab.github.com</a></td></tr> <tr><td>Maintainer Community</td><td><a href='/?url=https://maintainers.github.com'>https://maintainers.github.com</a></td></tr> <tr><td>Accelerator</td><td><a href='/?url=https://github.com/accelerator'>https://github.com/accelerator</a></td></tr> <tr><td>Archive Program</td><td><a href='/?url=https://archiveprogram.github.com'>https://archiveprogram.github.com</a></td></tr> <tr><td>Topics</td><td><a href='/?url=https://github.com/topics'>https://github.com/topics</a></td></tr> <tr><td>Trending</td><td><a href='/?url=https://github.com/trending'>https://github.com/trending</a></td></tr> <tr><td>Collections</td><td><a href='/?url=https://github.com/collections'>https://github.com/collections</a></td></tr> <tr><td>Enterprise platformAI-powered developer platform</td><td><a href='/?url=https://github.com/enterprise'>https://github.com/enterprise</a></td></tr> <tr><td>GitHub Advanced SecurityEnterprise-grade security features</td><td><a href='/?url=https://github.com/security/advanced-security'>https://github.com/security/advanced-security</a></td></tr> <tr><td>Copilot for BusinessEnterprise-grade AI features</td><td><a href='/?url=https://github.com/features/copilot/copilot-business'>https://github.com/features/copilot/copilot-business</a></td></tr> <tr><td>Premium SupportEnterprise-grade 24/7 support</td><td><a href='/?url=https://github.com/premium-support'>https://github.com/premium-support</a></td></tr> <tr><td>Pricing</td><td><a href='/?url=https://github.com/pricing'>https://github.com/pricing</a></td></tr> <tr><td>Search syntax tips</td><td><a href='/?url=https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax'>https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax</a></td></tr> <tr><td>documentation</td><td><a href='/?url=https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax'>https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax</a></td></tr> <tr><td> Sign in </td><td><a href='/?url=https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fphpquery%2Fphpquery%2Fissues%2F2'>https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fphpquery%2Fphpquery%2Fissues%2F2</a></td></tr> <tr><td> Sign up </td><td><a href='/?url=https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=phpquery%2Fphpquery'>https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=phpquery%2Fphpquery</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2'>https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2'>https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2'>https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2</a></td></tr> <tr><td> phpquery </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery'>https://patch-diff.githubusercontent.com/phpquery</a></td></tr> <tr><td>phpquery</td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery'>https://patch-diff.githubusercontent.com/phpquery/phpquery</a></td></tr> <tr><td> Notifications </td><td><a href='/?url=https://patch-diff.githubusercontent.com/login?return_to=%2Fphpquery%2Fphpquery'>https://patch-diff.githubusercontent.com/login?return_to=%2Fphpquery%2Fphpquery</a></td></tr> <tr><td> Fork 35 </td><td><a href='/?url=https://patch-diff.githubusercontent.com/login?return_to=%2Fphpquery%2Fphpquery'>https://patch-diff.githubusercontent.com/login?return_to=%2Fphpquery%2Fphpquery</a></td></tr> <tr><td> Star 76 </td><td><a href='/?url=https://patch-diff.githubusercontent.com/login?return_to=%2Fphpquery%2Fphpquery'>https://patch-diff.githubusercontent.com/login?return_to=%2Fphpquery%2Fphpquery</a></td></tr> <tr><td> Code </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery'>https://patch-diff.githubusercontent.com/phpquery/phpquery</a></td></tr> <tr><td> Issues 2 </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/issues'>https://patch-diff.githubusercontent.com/phpquery/phpquery/issues</a></td></tr> <tr><td> Pull requests 1 </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/pulls'>https://patch-diff.githubusercontent.com/phpquery/phpquery/pulls</a></td></tr> <tr><td> Actions </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/actions'>https://patch-diff.githubusercontent.com/phpquery/phpquery/actions</a></td></tr> <tr><td> Projects 0 </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/projects'>https://patch-diff.githubusercontent.com/phpquery/phpquery/projects</a></td></tr> <tr><td> Wiki </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/wiki'>https://patch-diff.githubusercontent.com/phpquery/phpquery/wiki</a></td></tr> <tr><td> Security 0 </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/security'>https://patch-diff.githubusercontent.com/phpquery/phpquery/security</a></td></tr> <tr><td> Insights </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/pulse'>https://patch-diff.githubusercontent.com/phpquery/phpquery/pulse</a></td></tr> <tr><td> Code </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery'>https://patch-diff.githubusercontent.com/phpquery/phpquery</a></td></tr> <tr><td> Issues </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/issues'>https://patch-diff.githubusercontent.com/phpquery/phpquery/issues</a></td></tr> <tr><td> Pull requests </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/pulls'>https://patch-diff.githubusercontent.com/phpquery/phpquery/pulls</a></td></tr> <tr><td> Actions </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/actions'>https://patch-diff.githubusercontent.com/phpquery/phpquery/actions</a></td></tr> <tr><td> Projects </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/projects'>https://patch-diff.githubusercontent.com/phpquery/phpquery/projects</a></td></tr> <tr><td> Wiki </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/wiki'>https://patch-diff.githubusercontent.com/phpquery/phpquery/wiki</a></td></tr> <tr><td> Security </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/security'>https://patch-diff.githubusercontent.com/phpquery/phpquery/security</a></td></tr> <tr><td> Insights </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/pulse'>https://patch-diff.githubusercontent.com/phpquery/phpquery/pulse</a></td></tr> <tr><td>New issue</td><td><a href='/?url=https://patch-diff.githubusercontent.com/login?return_to=https://github.com/phpquery/phpquery/issues/2'>https://patch-diff.githubusercontent.com/login?return_to=https://github.com/phpquery/phpquery/issues/2</a></td></tr> <tr><td>New issue</td><td><a href='/?url=https://patch-diff.githubusercontent.com/login?return_to=https://github.com/phpquery/phpquery/issues/2'>https://patch-diff.githubusercontent.com/login?return_to=https://github.com/phpquery/phpquery/issues/2</a></td></tr> <tr><td>request charset not work </td><td><a href='/?url=https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2#top'>https://patch-diff.githubusercontent.com/phpquery/phpquery/issues/2#top</a></td></tr> <tr><td></td><td><a href='/?url=https://github.com/tablecell'>https://github.com/tablecell</a></td></tr> <tr><td></td><td><a href='/?url=https://github.com/tablecell'>https://github.com/tablecell</a></td></tr> <tr><td>tablecell</td><td><a href='/?url=https://github.com/tablecell'>https://github.com/tablecell</a></td></tr> <tr><td>on Aug 29, 2015</td><td><a href='/?url=https://github.com/phpquery/phpquery/issues/2#issue-103824819'>https://github.com/phpquery/phpquery/issues/2#issue-103824819</a></td></tr> <tr><td> </td><td><a href='/?url=https://github.com'>https://github.com</a></td></tr> <tr><td>Terms</td><td><a href='/?url=https://docs.github.com/site-policy/github-terms/github-terms-of-service'>https://docs.github.com/site-policy/github-terms/github-terms-of-service</a></td></tr> <tr><td>Privacy</td><td><a href='/?url=https://docs.github.com/site-policy/privacy-policies/github-privacy-statement'>https://docs.github.com/site-policy/privacy-policies/github-privacy-statement</a></td></tr> <tr><td>Security</td><td><a href='/?url=https://github.com/security'>https://github.com/security</a></td></tr> <tr><td>Status</td><td><a href='/?url=https://www.githubstatus.com/'>https://www.githubstatus.com/</a></td></tr> <tr><td>Community</td><td><a href='/?url=https://github.community/'>https://github.community/</a></td></tr> <tr><td>Docs</td><td><a href='/?url=https://docs.github.com/'>https://docs.github.com/</a></td></tr> <tr><td>Contact</td><td><a href='/?url=https://support.github.com?tags=dotcom-footer'>https://support.github.com?tags=dotcom-footer</a></td></tr> </table> <p>Viewport: width=device-width <hr> URLs of <a href='/known-crawlers'>crawlers that visited me</a>.