steely icon indicating copy to clipboard operation
steely copied to clipboard

Remove escaped HTML stuff from Trademarks

Open byxor opened this issue 7 years ago • 2 comments

Example:

Name: AT&T BUSINESSDIRECT
SN: 78144811
Date: 02/10/2004
Description: N/A

The name should be AT&T BUSINESSDIRECT

We might also need to encode searches. e.g. .tm AT&T will search for AT&T.

What are those escaped HTML things called? (  & etc)

byxor avatar Apr 27 '18 14:04 byxor

dese boys https://en.wikipedia.org/wiki/Character_encodings_in_HTML#HTML_character_references

iandioch avatar Apr 27 '18 14:04 iandioch

import html
print(html.unescape('£682m'))

But maybe requests also has a thing for that

On Fri 27 Apr 2018, 15:21 Brandon Ibbotson, [email protected] wrote:

Example:

Name: AT&T BUSINESSDIRECT SN: 78144811 Date: 02/10/2004 Description: N/A

The name should be AT&T BUSINESSDIRECT

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sentriz/steely/issues/175, or mute the thread https://github.com/notifications/unsubscribe-auth/AGhBm3tzPUYtVuldNg4e4XAN07Cm8iIcks5tsylngaJpZM4TqdXh .

sentriz avatar Apr 27 '18 14:04 sentriz