Skip to content
Snippets Groups Projects

Actually decode bytes to unicode the correct way.

Open Matthias Bussonnier requested to merge mbussonn/latex-to-unicode:unicode into master

wrapping in unicode() is a python-2.7-ism known to lead to various issues.


With these changes it works on Python3, at least partially.

It's interesting, I like that things like \bf{a} are converted to bold unicode equivalent, which btw is a Python3 valid identifier :-P

The code is a mess though.

Any idea on the licence ?

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading