halflife-unified-sdk icon indicating copy to clipboard operation
halflife-unified-sdk copied to clipboard

Add ICU to handle Unicode text

Open SamVanheer opened this issue 4 years ago • 1 comments

Add the ICU library to handle Unicode text.

Helper functions used to convert strings to upper- and lowercase in string_utils.h/.cpp need to be updated to use this library.

SamVanheer avatar Nov 14 '21 17:11 SamVanheer

Possible solution: https://github.com/unicode-org/icu https://github.com/viaduck/icu-cmake

The above project relies on some third party server that hosts pre-packed ICU builds of some kind so an alternative that doesn't rely on that would be preferable.

SamVanheer avatar Dec 26 '21 12:12 SamVanheer