Hi,
I already mentioned this in my last shlwapi patch.
lstrcmpW (and CompareStringW for that matter) ignore some special unicode characters like 0x200e (and also loads of others).
Do we care? I.o.w. is there a need for implementing this?
I only tested these characters at the start of the strings btw.
Paul Vriens schrieb:
Hi,
I already mentioned this in my last shlwapi patch.
lstrcmpW (and CompareStringW for that matter) ignore some special unicode characters like 0x200e (and also loads of others).
Do we care? I.o.w. is there a need for implementing this?
I only tested these characters at the start of the strings btw.
I would say we should test more cases and do the same. Next week i should have plenty of time for things like that(i really hope so).