-
**Description:**
I use the PHP `intl` extension to format a number with currency. This does not work as expected, which is due to a bug in the ICU library, which was fixed a few years ago. So, I lo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue present i…
-
### What happens?
duckdb does not build on Windows with cmake unity build turned off - there are two different errors
1. Certain Win32 macros are enabled that conflict with symbols in duckdb sou…
-
in pg, ordering seems to be case insensitive by default:
```
psql (14.6 (Homebrew), server 13.8)
Type "help" for help.
rdsdb=> select 'PH3710230411ax24302d-8a29-42' > 'PH3710230411TFR23041020095…
-
The current logic in `src/CMakeLists.txt` that includes the ICU libraries in a distribution looks in fixed directories for the libraries. This can be a maintenance issue as new directories may need to…
-
Dbxml fails to compile with newer versions of the ICU libary, such as available on Debian 11.
These newer libraries require a compiler newer than c++03, but other parts of dbxml require c++03.
I s…
-
The culture "display name" is short as in "name" property.
Debian:
![local](https://user-images.githubusercontent.com/10003520/80794307-ab212a00-8baa-11ea-98af-6471592267ed.PNG)
Windows (local…
-
- [x] Go through test cases market as `ActiveIssue` for `PlatformDetection. IsHybridGlobalizationOnApplePlatform ` in https://github.com/dotnet/runtime/blob/main/src/libraries/Common/tests/Tests/Sys…
-
One of the main advantages of this library being a build time compiler is that we don't have to bloat the user's app with a parser/tokenizer for understanding translations. All that work happens in bu…
-
By default, boost links to icu if it can find it. This means that on Debian and Ubuntu, some of our boost libraries link to icu, but they do not on EL. Given that the absence of icu support on EL has …