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

Add transliteration option. #219

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

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    9acd8cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace3618 View commit details
    Browse the repository at this point in the history
  3. Fix typo in unit test.

    kshetline committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    f0f9624 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d104ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25e0413 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    9b84cb3 View commit details
    Browse the repository at this point in the history
  2. Merging Utf32-LE and-BE codec into a single set of classes with an is…

    …LE flag. Other small code tweaks.
    kshetline committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    325c0fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56a4754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfe04d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f56e00 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    af9cff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e038b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    7d6f955 View commit details
    Browse the repository at this point in the history
  2. Changing computers check-in.

    Kerry Shetline committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    a6f91b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    a550b78 View commit details
    Browse the repository at this point in the history
  2. Odd... my Node.js environment was fine with a "catch" without a varia…

    …ble, but the automated testing on travis-ci.com didn't like it.
    kshetline committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    f574282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b13689 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Much to my surprise, a regex global replace turns out to be much fast…

    …er than build a string in a for loop.
    kshetline committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    198d7e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Add typings for transliteration. Add ability to deal with smart spaci…

    …ng and German options. Remove conflicts in unit testing where unidecode and unidecode-plus transliterate differently.
    kshetline committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    5797fb5 View commit details
    Browse the repository at this point in the history
  2. Make extra unit testing for smart spacing and German dependent on whe…

    …ther unidecode-plus in available or not.
    kshetline committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    bb0a2ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84f01e4 View commit details
    Browse the repository at this point in the history
  4. Update with new unidecode plus and related documentation.

    Kerry Shetline committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    cac5bc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    c69bdb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Transliteration in German mode now works with combining diaeresis. Ad…

    …d unit testing for streaming transliteration.
    kshetline committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    6d2d25a View commit details
    Browse the repository at this point in the history
  2. Transliteration in German mode now works with combining diaeresis. Ad…

    …d unit testing for streaming transliteration.
    kshetline committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    4e4f4da View commit details
    Browse the repository at this point in the history