Jacek Bukarewicz
Jacek Bukarewicz
Thanks for finding these issues and for the patches. Yes, we need to get rid of direct std::string -> std::string dependencies. First patch looks good to me. The second patch...
Ok, I understand. Right now I'm working on some urgent task, but I should finish soon and I'll be able to take care of it.
I've pushed your first patch to gerrit: https://review.tizen.org/gerrit/#/c/41353 And also made some more changes: https://review.tizen.org/gerrit/#/c/41354
Yes, you are right - these are just ASCII strings. Creating UTF-8 locale object is an overkill. However, I suggest to use std::locale::classic() function instead of std::locale("C").
Fix pushed to: https://review.tizen.org/gerrit/#/c/41355