You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually I use std::wstring in memory to support case-insensitive comparison/search. UTF8 string is not good for such scenarios.
Would you please add std::wstring support? We usually use Windows API to convert between UTF8/wchar_t for Windows, and use libiconv for Linux/macOS. Thanks.
The text was updated successfully, but these errors were encountered:
Your lib is quite elegant.
Usually I use std::wstring in memory to support case-insensitive comparison/search. UTF8 string is not good for such scenarios.
Would you please add std::wstring support? We usually use Windows API to convert between UTF8/wchar_t for Windows, and use libiconv for Linux/macOS. Thanks.
The text was updated successfully, but these errors were encountered: