7fe829 #common #bug: fix toUpper/toLower functions

Authored and Committed by bw 6 years ago
    #common #bug: fix toUpper/toLower functions
    
    Standard forbids modifying of data by string::c_str() pointer, in some
    case it's may affect other strings.