#locale
Read more stories on Hashnode
Articles with this tag
Info Hunter · I fixed an issue where it was impossible to lowercase any Greek characters. After experimenting with C++'s library, I decided to install...
Info Hunter · The program extracts the URLs and keywords from the text fields by assigning their values to std::strings. This is where I started...
Info Hunter · I found a bug where some of the text was not detected with the find() method properly as the method is case-sensitive. I tried using the...