Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix unicode content parsing #415

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fix unicode content parsing #415

wants to merge 3 commits into from

Commits on Apr 16, 2013

  1. Added correct parsing of unicode symbols

    fixed exception in parsing symbols like em dash or cyrillic letters.
    Tests are included
    neomoto committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    5984fef View commit details
    Browse the repository at this point in the history
  2. removed typo

    neomoto committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    0a9b3c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2013

  1. more smart way for fixing utf-8 files parse error

    Parse error appears only if you had set
    mbstring.internal_encoding UTF-8
    neomoto committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    b8c0fbb View commit details
    Browse the repository at this point in the history