Johan Cwiklinski

Results 412 comments of Johan Cwiklinski

> [#22019](https://github.com/glpi-project/glpi/pull/22019) should solve the issue. Take care of testing out of your productions environments. Well, I've closed it; I'm not sure this is a correct fix. You'd probably better...

> In another message sent, I saw that it was said the problem was apparently resolved, but after testing in a development environment, the same type of error persists. This...

Yes, this issue is not solved, and still opened. I will be closed once resolved.

I confirm the issue. There is also a Twig error when in debug mode: ``` Impossible to access a key ("content") on a int variable ("3") in "components/datatable.html.twig" at line...

Tests are failing (not sure it's related to current PR)

Would require PHP 8.3

I'd say we need tests for that.

First check with laetst GLPI release if you reproduce. If you do, we need example inventories files to reproduce the issue.

Could you please open a pull request with your changes? Test suite will run with your changes; and it's easiest for us to review changes.

I took another look at the issue and proposed patch; and I see just just rely on `ISO-8859-8` instead of `ISO-8859-8-I` (the one PHP cannot handle correctly). We already handle...