Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Using Event Filters | Filter Strings | Unicode Considerations
 
Unicode Considerations
Unicode characters and strings may be freely mixed with and compared to ANSI characters and strings. ANSI characters and strings are automatically promoted to Unicode characters or strings, when necessary, without the need for explicit casting.
Unicode string comparison on a Windows platform is performed in a locale-sensitive manner.
Important:
On Unix platforms, Unicode strings are not collated in a locale-specific manner unless both strings contain characters less than \u00FF, allowing them to be downcast to ANSI strings.