[2/2] ntdll: rtlstr.c: Implement checking for control characters in RtlIsTextUnicode [try 8]

Zac Brown zac at zacbrown.org
Thu Jun 26 16:16:47 CDT 2008


Add checking for control characters in both standard and byte-reversed forms to 
(Rtl)IsTextUnicode.

Changelog:
* Add helper function that is similar to strnpbrkW except that it ensures the 
function stops after checking a given length.
* Ensures that we're only checking the first 'n' characters in the string, the 
way Windows does it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Fix-RtlIsTextUnicode-ControlChars-2.patch
Type: text/x-patch
Size: 6684 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080626/2d280179/attachment.bin 


More information about the wine-patches mailing list