Thierry Crozat 9ab48df4b6 COMMON: Fix comparaison operators for U32String
They were supposed to compare two U32String, but due to a copy/paste
error they were comparing a U32String with a String. It compiled
because there is a String constructor that takes a U32String (and
converts it to UTF-8), but it was probably not quite working as
expected for non-ASCII characters.
2020-09-02 21:01:15 +01:00
..
2020-08-30 14:43:41 +02:00
2020-08-30 14:43:41 +02:00
2020-08-30 14:43:41 +02:00
2020-08-21 00:59:18 +02:00