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

Don't treat BOM escape sequence as hidden character. #18909

Merged
merged 11 commits into from
Feb 26, 2022

Commits on Feb 26, 2022

  1. Don't treat BOM escape sequence as hidden character.

    - BOM sequence is a common non-harmfull escape sequence, it shouldn't be
    shown as hidden character.
    - Follows GitHub's behavior.
    - Resolves go-gitea#18837
    Gusted committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    b562eae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix-bom-escape

    Gusted committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    6db2679 View commit details
    Browse the repository at this point in the history
  3. Add test

    Gusted committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    dc2b174 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into fix-bom-escape

    Gusted committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    489ff43 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into fix-bom-escape

    Gusted committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    be1a4bb View commit details
    Browse the repository at this point in the history
  6. Add UTF-16 test case

    Gusted committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    81d2ced View commit details
    Browse the repository at this point in the history
  7. Fix newlines

    Gusted committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    cec21e6 View commit details
    Browse the repository at this point in the history
  8. refactor

    wxiaoguang committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    b5065b7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from wxiaoguang/fix-bom-escape

    refactor
    Gusted committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    0903867 View commit details
    Browse the repository at this point in the history
  10. fix fmt

    wxiaoguang committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    91a5c86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4723a6c View commit details
    Browse the repository at this point in the history