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

pipeline config display utf-8 character wrong #2609

Closed
5 tasks done
ep2048 opened this issue Oct 18, 2023 · 0 comments · Fixed by #3110
Closed
5 tasks done

pipeline config display utf-8 character wrong #2609

ep2048 opened this issue Oct 18, 2023 · 0 comments · Fixed by #3110
Labels
bug Something isn't working ui frontend related

Comments

@ep2048
Copy link

ep2048 commented Oct 18, 2023

Component

web-ui

Describe the bug

pipeline file like this

---
labels:
  platform: linux/amd64
  backend: local

steps:
  hello:
    image: bash
    commands:
      - uname -a
      - pwd
      - ls -AFlh
      - echo "hello world 你好"
      - touch hello.txt
      - echo $${PATH}

  测试:
    image: bash
    commands:
      - uname -a
      - pwd
      - ls -AFlh
      - echo "hello world 你好 测试"

but display wrong in webui
image

System Info

{"source":"https://github.com/woodpecker-ci/woodpecker","version":"1.0.3"}

Additional context

No response

Validations

  • Read the Contributing Guidelines.
  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Checked that the bug isn't fixed in the next version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]
  • Check that this is a concrete bug. For Q&A join our Discord Chat Server or the Matrix room.
@ep2048 ep2048 added the bug Something isn't working label Oct 18, 2023
@qwerty287 qwerty287 added the ui frontend related label Oct 23, 2023
lukashass added a commit that referenced this issue Jan 3, 2024
fernandrone pushed a commit to quintoandar/woodpecker that referenced this issue Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui frontend related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants