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
For example we can make a separate typedef using std::string class to behave like case insensitive class. I tried same approach with tiny-utf8 class and i got too many errors. following is the code which makes std::string derived class to behave like case insensitive.
any clue?
I happen to have a lookup table, including the accented characters, the funky variants, and exceptions like the Turkish dotless i. I can email you the source code, if you like.
As a compilation, it's ours (traversal of Unicode tables + manual changes and proofreading), so whatever license you prefer, I guess :) . Nothing fancy, it looks like this:
For example we can make a separate typedef using std::string class to behave like case insensitive class. I tried same approach with tiny-utf8 class and i got too many errors. following is the code which makes std::string derived class to behave like case insensitive.
any clue?
The text was updated successfully, but these errors were encountered: