Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Fix /dotablog text preview #19

Closed
TimJentzsch opened this issue Oct 17, 2017 · 3 comments
Closed

Fix /dotablog text preview #19

TimJentzsch opened this issue Oct 17, 2017 · 3 comments

Comments

@TimJentzsch
Copy link
Contributor

TimJentzsch commented Oct 17, 2017

The preview text of the /dotablog command doesn't display properly.


  • Special characters are displayed as their Unicode code,
  • Links are displayed as their HTML tag.

The entire preview text is surrounded by

[u' _TEXT_  ' , u'; <_HTML_LINK_ >']...

so probably a text to Unicode parsing error in python?

@TimJentzsch TimJentzsch changed the title /dotablog preview doesn't display properly Fix /dotablog text preview Oct 17, 2017
@zachkont
Copy link
Owner

Good catch! Sounds like there's an encode() missing

@TimJentzsch
Copy link
Contributor Author

TimJentzsch commented Oct 23, 2017

@zachkont looks like @MurphyMark already fixed it in #22

@Pr00bit
Copy link

Pr00bit commented Oct 23, 2017

hi there, I am new to open contribution, can I help with the issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants