| NarrowString | MBCS or ASCII single-byte oriented string. This class implements an API similar to the ICU UnicodeString and the same as WideString |
| NarrowString::LessNoCase | Case-insensitive comparisons for STL containers |
| WideString | Unicode UTF-16 string. This class wraps a UnicodeString exposing a subset of the API and adding a guarantee that the getBuffer() const method will always return a null-terminated string |
| WideString::LessNoCase | Case-insensitive comparisons for STL containers |
1.5.4