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

Support ICU library provided by Windows 10 + Preset updates #486

Merged
merged 5 commits into from
Oct 14, 2024

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Oct 10, 2024

Ported the normalization code to the ICU C-API so looks more ugly now 😅 but C++ has no stable ABI so Microsoft decided to only provide the C part.

This does not remove 3rd party ICU support. When a custom ICU library is found it has preference.

Rest is just updating of presets based on Player preset updates.


For now I plan to keep using the vcpkg ICU library but when I do not want to maintain this anymore I can now simply drop it.

@carstene1ns
Copy link
Member

Something is failing here with function renaming across multiple ICU versions.
Maybe some inclusion order of headers or something?

src/reader_util.cpp Outdated Show resolved Hide resolved
src/reader_util.cpp Outdated Show resolved Hide resolved
When a custom ICU library is provided it takes preference over the system library.

Fix EasyRPG#427
…n per Visual Studio Solution

Before this generated Debug, RelWithDebInfo and Release and only one of them was working because not all libraries support this multi-dep cmake feature
… windows.

Ninja does not support setting of the machine type. Instead the appropriate VS setup script must be executed beforehand.

VS2022 targets are kept as they support this.
@Ghabry
Copy link
Member Author

Ghabry commented Oct 14, 2024

thanks for the fixes c1, added them

@carstene1ns carstene1ns merged commit 4d15bee into EasyRPG:master Oct 14, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants