28 Jan
2004
28 Jan
'04
6:48 p.m.
Robert Shearman <R.J.Shearman(a)warwick.ac.uk> writes:
A well meaning individual implemented Unicode support for SetupApi. However, the detection for whether a file was Unicode was slightly broken because RtlIsTextUnicode only returns true if all the flags input were output (and NULL means all flags). Since some are contradictory this will never return TRUE. I only set the signature detection since heuristics will probably take a while on larger files.
Actually that's a bug in RtlIsTextUnicode. Passing NULL as flags is legitimate and means to do all the available tests; it certainly doesn't mean to always return FALSE, so it will have to be fixed to avoid contradictory tests. -- Alexandre Julliard julliard(a)winehq.com
7990
Age (days ago)
7990
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard