<div>Title function in QGIS capitalizes the first letter of each word, so YMCA Street would turn into "Ymca Street", but "Oscar's Way" and "72nd Street" would be unaffected.<br></div><div><br></div><div>I think applying the title() to the data is the best way to go about this, despite having some fringe cases where things don't work exactly right. Although, I could manually review the streetnames in QGIS before importing, but I'd have no way of knowing if a street has two capitals without seeing a reference list.<br></div><div><br></div><div>I'd like to see if we can come to a community consensus about this... do we believe use of the title() function is an acceptable way, on the whole, to convert these UPPERCASE street names to something more user friendly within OSM?</div><div class="protonmail_signature_block protonmail_signature_block-empty"><div class="protonmail_signature_block-user protonmail_signature_block-empty"><br></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><br></div><div>‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐<br></div><div> On July 20, 2018 3:25 PM, Yury Yatsynovich <yury.yatsynovich@gmail.com> wrote:<br></div><div> <br></div><blockquote type="cite" class="protonmail_quote"><div dir="ltr"><div>Another comment on the title() function -- if in QGIS this function works the same way as in Python, then some extra problems will be created not only for names like "McNamara Street", but also for names like "YMCA Street", "Oscar's Way" and "72nd Street"...<br></div><div>Overall, I found around 800 named highways (except 'path', 'track', 'footway', 'cycleway' and 'service') in MA for which name!=name.title() (mostly, those names contain numbers or possessive adjectives, but in some cases there are errors  like "Country club road" instead of "Country Club Road"):<br></div><div><a href="https://mega.nz/#!H8l31QRb!al64XcgeYH78CchBGiT1axjs4c-ijixm2fNmA3Koa_g">https://mega.nz/#!H8l31QRb!al64XcgeYH78CchBGiT1axjs4c-ijixm2fNmA3Koa_g</a><br></div><div><br></div><div><div>-- <br></div><div dir="ltr" class="gmail_signature">Yury Yatsynovich<br></div></div></div></blockquote><div><br></div>