microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Application setting value does not support several Double Chinese characters #2449

Open v-ruizh opened 3 years ago

v-ruizh commented 3 years ago

OS: Win10 Build Version: 20201009.2 Language for GB18030: Double Chinese

Repro Steps:

  1. Add a new application setting, copy the below Double Chinese character as the app setting value. (GB18030 code: 0xFEA0) image
  2. Check the value.

Expect: The value shows well.

Actual: The value shows as a "". image

More Info: This issue does not reproduce for other Double Chinese characters "丂丄龞龥㑳䶮".

AzCode-Bot commented 3 years ago

This issue has become stale and is at risk of being closed. The community has 60 days to upvote the issue. If it receives 5 upvotes we will keep it open and take another look. If not, we will close it. To learn more about how we handle issues, please see our documentation.

Happy Coding!

AzCode-Bot commented 3 years ago

:slightly_frowning_face: In the last 60 days, this issue has received less than 5 community upvotes and we closed it. Still a big Thank You to you for taking the time to create it! To learn more about how we handle issues, please see our documentation.

Happy Coding!

v-xinda commented 1 year ago
  1. This issue reproduces when adding a new application setting name contains Double Chinese characters "㐀㐁㒧䊗䲖䶴䶵" for the function app. image

  2. The Dianbei Miao language is unsupported on Windows 10 os. The Dianbei Miao imageshows "[][][][][][]" after pasting in input box. image

  3. The Dianbei Miao language is supported on Windows 11 os. The Dianbei Miao imageshows well after pasting in input box. image