Files
Nim/lib
Gianmarco 4c38569229 Change unicode lookup tables to have int32 elements to support platforms where sizeof(int) < 4 (#23433)
Fixes an issue that comes up when using strutils.`%` or any other
strutils/strformat feature that uses the unicode lookup tables behind
the scenes, on systems where ints are than 32-bit wide.

Tested with:

```bash
./koch test cat lib
```

Refer to the discussion in #23125.
2024-03-25 10:59:48 +01:00
..
2017-02-20 17:24:19 +02:00
2024-03-25 10:59:18 +01:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00