]> git.saurik.com Git - apt.git/commit - methods/rsh.cc
use std::locale::global instead of setlocale
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 28 May 2016 11:22:38 +0000 (13:22 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 28 May 2016 16:12:02 +0000 (18:12 +0200)
commit8b79c94af7f7cf2e5e5342294bc6e5a908cacabf
treeb5e7c254f6a4aa96203aee262cf5fb13ded87fbb
parenteceb219c2a64f3f81421c3c6587380b6ae81a530
use std::locale::global instead of setlocale

We use a wild mixture of C and C++ ways of generating output, so having
a consistent world-view in both styles sounds like a good idea and
should help in preventing regressions.
21 files changed:
apt-private/private-main.cc
methods/aptmethod.h
methods/cdrom.cc
methods/copy.cc
methods/file.cc
methods/ftp.cc
methods/ftp.h
methods/gpgv.cc
methods/http.cc
methods/http.h
methods/http_main.cc
methods/https.cc
methods/https.h
methods/mirror.cc
methods/mirror.h
methods/rred.cc
methods/rsh.cc
methods/rsh.h
methods/server.cc
methods/server.h
methods/store.cc