feat(util): support full Unicode with UTF-8 byte escaping#558
Merged
Conversation
Desktop name and object path specs require ASCII-only. Now escapes all UTF-8 bytes to support Chinese, Japanese, Korean, etc. Bug: PMS-357251 Signed-off-by: ComixHe <heyuming@deepin.org>
Signed-off-by: ComixHe <heyuming@deepin.org>
Contributor
deepin pr auto review这段代码主要进行了一次代码重构,将头文件中的内联函数实现移到了源文件中,并对部分函数实现进行了优化。以下是对该代码的详细审查意见: 1. 语法逻辑审查优点:
问题和改进建议:
2. 代码质量审查优点:
问题和改进建议:
3. 代码性能审查优点:
问题和改进建议:
4. 代码安全审查问题和改进建议:
5. 其他建议
总结这次重构总体上是积极的,提高了代码的组织性和可维护性。但在性能和安全性方面仍有优化空间,特别是字符串处理和路径操作部分。建议根据实际使用场景进行进一步的优化和测试。 |
BLumia
approved these changes
Apr 27, 2026
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BLumia, ComixHe The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Contributor
Author
|
/forcemerge |
Contributor
|
This pr force merged! (status: blocked) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Desktop name and object path specs require ASCII-only. Now escapes all UTF-8 bytes to support Chinese, Japanese, Korean, etc.
Bug: PMS-357251