[Boost-bugs] [Boost C++ Libraries] #12572: Typo in case normalization for country locale component

Subject: [Boost-bugs] [Boost C++ Libraries] #12572: Typo in case normalization for country locale component
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-11-01 08:12:24


#12572: Typo in case normalization for country locale component
-------------------------------------+---------------------
 Reporter: manikulin@… | Owner: artyom
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: locale
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+---------------------
 https://github.com/boostorg/locale/blob/develop/src/util/locale_data.cpp#L60

  if('a' <= tmp[i] && tmp[i]<='a')
    tmp[i]=tmp[i]-'a'+'A';

 should be

  if('a' <= tmp[i] && tmp[i]<='z')

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12572>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC