Skip to content

Document \u{x...} unicode escapes #756

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

Merged
merged 3 commits into from
Jan 30, 2023
Merged

Document \u{x...} unicode escapes #756

merged 3 commits into from
Jan 30, 2023

Conversation

bobhy
Copy link
Contributor

@bobhy bobhy commented Jan 29, 2023

…ed review.

Co-authored-by: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com>
@sholderbach
Copy link
Member

@hustcer @WindSoilder If you have a minute a check of the translation would be appreciated :)

Copy link
Contributor

@WindSoilder WindSoilder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just leave a comment about chinese description

@@ -38,7 +38,7 @@ Nushell 目前支持以下转义字符:
- `\r` - 回车符
- `\n` - 换行符 (line feed)
- `\t` - 制表符
- `\uXXXX` - Unicode 字符 (用 Unicode 字符的编号替换 XXXX)
- `\u{X...}` - Unicode字符(将X...替换为1到6个十六进制数字)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • \u{X...} - Unicode字符, 其中X...为1到6位的十六进制数字

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

谢谢

@sholderbach sholderbach changed the title Document \u{x...} unicode escapes; German and Chinese translations ne… Document \u{x...} unicode escapes Jan 30, 2023
@sholderbach sholderbach merged commit 072b7cc into nushell:main Jan 30, 2023
ayax79 pushed a commit to ayax79/nushell.github.io that referenced this pull request Jun 26, 2024
This PR extends the existing completion for the pass command to include
all existing subcommands (as of pass v1.7.4). It also adds completions
for the pass-otp and pass-update extensions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants