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 support for ideographic text breaking #3420

Merged
merged 15 commits into from
Oct 31, 2016
Merged

Add support for ideographic text breaking #3420

merged 15 commits into from
Oct 31, 2016

Commits on Oct 31, 2016

  1. update linewrap to check for first character of chinese

    xrwang authored and Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    bdaae68 View commit details
    Browse the repository at this point in the history
  2. Tweak algorithm, add test

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    49081aa View commit details
    Browse the repository at this point in the history
  3. Rename "balanced" breaking to "ideographic" breaking

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    b54930f View commit details
    Browse the repository at this point in the history
  4. Improve balanced breaking

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    9040762 View commit details
    Browse the repository at this point in the history
  5. Fix eslint

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    d44e239 View commit details
    Browse the repository at this point in the history
  6. Remove CJK characters from "breakable" table

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    e31de52 View commit details
    Browse the repository at this point in the history
  7. Revert changes to Chinese debug pages

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    60dc351 View commit details
    Browse the repository at this point in the history
  8. Revert all "breakable" changes

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    56fa921 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7452092 View commit details
    Browse the repository at this point in the history
  10. Bump test-suite version

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    cab9759 View commit details
    Browse the repository at this point in the history
  11. Switch from regex to nested "if" statements

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    5257a32 View commit details
    Browse the repository at this point in the history
  12. Allow breaking on all ideographic characters

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    ef298f4 View commit details
    Browse the repository at this point in the history
  13. Remove surrogate pairs from script detection

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    70b889d View commit details
    Browse the repository at this point in the history
  14. Sync with native PR

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    0e7f186 View commit details
    Browse the repository at this point in the history
  15. Bump test-suite version

    Lucas Wojciechowski committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    83e2923 View commit details
    Browse the repository at this point in the history