This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Description
#14464 added icu as a new, optional native dependency to improve user directory search for non-English languages. If the python module is installed, then the new user search code is used, otherwise it will fall back to the old code.
It would be nice to include this in our docker images by default as it allows for enhanced functionality. Really all this means is:
- Install
libicu-dev
- Ensure
pyicu is installed via poetry