issues Search Results · repo:mdevils/html-entities language:TypeScript
Filter by
More than 38 results
(1 s)More than 38 results
inmdevils/html-entities (press backspace or delete to remove)https://github.com/mdevils/node-html-entities/blob/dc08bde42ee6468d60ca617061b0b37b2edc45ca/lib/html5-entities.js#L166
Couldn t you put the output of this in a JSON file? As far as I can see this information ...
maartenschumacher
- 2
- Opened on Aug 14, 2017
- #30
Docs could use a code sample with ES6 module syntax. I am happy to submit a PR with this if you d like to add it.
hnotess
- 2
- Opened on Jun 28, 2017
- #29
360 anti-virus warns this is virus. Type virus.js.qexvmc.1070
\frontend\node_modules\html-entities\lib\html5-entities.js
MD5: e23b7edbddd7c994e4c67e9bdf97c4aa
charlesgao
- 1
- Opened on Jun 17, 2017
- #28
Code
var cart_product_name = #34Royal OG #34 (Private Reserve) NEW cart_product_name = require( html-entities
).AllHtmlEntities.decode(cart_product_name)
INPUT: #34Royal OG #34 (Private Reserve) NEW ...
knoxcard
- 2
- Opened on May 19, 2017
- #27
e.g. Something like
isValid( div ul li /ul /div ); = false
isValid( div ul li /li /ul /div ); = true
umkatakam
- 1
- Opened on Jan 13, 2017
- #21
The .decode() function is too aggressive as it decodes even incomplete HTML characters like in this example:
var url = http://some-url.de/?param1=value1 lang=en ;
console.log(require( html-entities ).AllHtmlEntities.decode(url)); ...
jkrenge
- 2
- Opened on Nov 12, 2016
- #19
Example:
Aacute;
Acirc;
Eacute;
Ntilde;
Uacute;
Ocirc;
Chars definition: http://www.madore.org/~david/computers/unicode/htmlent.html
console.log(entities.decode( Aacute; )); //prints Aacute; ...
thomasmodeneis
- 1
- Opened on Apr 23, 2016
- #16
The problem is with ’ (i.e. rsquo;) and ” (i.e. rdquo;), which are encoded as CloseCurlyQuote; and
CloseCurlyDoubleQuote;, respectively.
See this test case
UPDATE: It seems that the issue is specific ...
acusti
- Opened on Dec 10, 2015
- #15
It seems it s doing it behind my back . I am already encoding the illegal XML characters myself and wanted to just make
sure we don t end up with non-UTF characters. seems pretty UTF to me :smile:
cearny
- 1
- Opened on Nov 21, 2015
- #14

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.