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

fix: under Windows(codepage not CP_UTF8), ResolvePath(resource_id) failed in some cases #802

Closed
wants to merge 2 commits into from

Conversation

fxliang
Copy link
Contributor

@fxliang fxliang commented Feb 1, 2024

Pull request

issue first rime/weasel#1080

Issue tracker

Fixes will automatically close the related issue

Fixes #

Feature

Describe feature of pull request

Unit test

  • Done

Manual test

  • Done

Code Review

  1. Unit and manual test pass
  2. GitHub Action CI pass
  3. At least one contributor reviews and votes
  4. Can be merged clean without conflicts
  5. PR will be merged by rebase upstream base

Additional Info

Copy link
Member

@lotem lotem left a comment

Choose a reason for hiding this comment

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

Let's take time to review code that use string path.
Ideally all usages are either filesystem::path or their native string.

src/rime/resource.cc Outdated Show resolved Hide resolved
@fxliang fxliang changed the title fix: under Windows(CP_ACP != CP_UTF8), ResolvePath(resource_id) failed in some cases fix: under Windows(codepage not CP_UTF8), ResolvePath(resource_id) failed in some cases Feb 2, 2024
@fxliang fxliang changed the title fix: under Windows(codepage not CP_UTF8), ResolvePath(resource_id) failed in some cases fix: under Windows(codepage not CP_UTF8), ResolvePath(resource_id) failed in some cases[WIP] Feb 2, 2024
@fxliang fxliang changed the title fix: under Windows(codepage not CP_UTF8), ResolvePath(resource_id) failed in some cases[WIP] fix: under Windows(codepage not CP_UTF8), ResolvePath(resource_id) failed in some cases Feb 2, 2024
@fxliang fxliang closed this Feb 2, 2024
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.

2 participants