xpath icon indicating copy to clipboard operation
xpath copied to clipboard

Added Unicode and emoji support

Open gjvnq opened this issue 5 years ago • 4 comments

gjvnq avatar Mar 04 '19 01:03 gjvnq

Coverage Status

Coverage increased (+0.2%) to 75.816% when pulling 73e5f591b991a1d370ed03ebf36379a52c721e61 on gjvnq:master into c8489ed3251e7d55ec2b7f18a2bc3a9a7222f0af on antchfx:master.

coveralls avatar Mar 04 '19 01:03 coveralls

Hello, first thanks for your contribution, but your example //ul/li/@clášs日本語 is doesn't make sense. In mose cases, HTML, XML and JSON document supported english, number or under-line only. You should provides more example about why supports Unicode query. Thanks.

zhengchun avatar Mar 06 '19 03:03 zhengchun

I had a project in which I needed to parse an XML format inteded for laws in Portuguese, so I would get things like:

<capítulo id="cap_Introdução" título="Introdução">

On Wed, 6 Mar 2019, 00:15 zhengchun, [email protected] wrote:

Hello, first thanks for your contribution, but your example //ul/li/@clášs日本語 is doesn't make sense. In mose cases, HTML, XML and JSON document supported english, number or under-line only. You should provides more example about why supports Unicode query. Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/antchfx/xpath/pull/35#issuecomment-469951624, or mute the thread https://github.com/notifications/unsubscribe-auth/AC6MHF0Z92fd_C44Wkz_Ewy1eHmswRvNks5vTzK7gaJpZM4bbX4c .

gjvnq avatar Mar 06 '19 04:03 gjvnq

I need it to, because Federal Taxation Service of the Russian Federation uses Cyrillic characters in its xml files.

sosiska avatar Apr 01 '20 14:04 sosiska