VirtualBox

Changeset 7421 in vbox for trunk/include


Ignore:
Timestamp:
Mar 10, 2008 4:58:12 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28856
Message:

Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the current locale.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r7420 r7421  
    11041104 * as they are used in some languages, just simple upper & lower case compares.
    11051105 *
     1106 * The result is the difference between the mismatching codepoints after they
     1107 * both have been lower cased.
     1108 *
     1109 * If the string encoding is invalid the function will assert (strict builds)
     1110 * and use RTStrCmp for the remainder of the string.
     1111 *
    11061112 * @returns < 0 if the first string less than the second string.
    11071113 * @returns 0 if the first string identical to the second string.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette