aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/27549110-e491-4651-81ab-84de2ed8e14a/comments/72582f6f-ef8f-4e8f-9d24-f98ad874a3f7/body
blob: 27a34ccbe2096095e0227ae72bc612f426a3d92d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Hmm, it works for me.  Maybe your locale is funny.  I get:

  $ python -c 'import libbe.util.encoding as e;
               import libbe.ui.util.pager as p;
               print e.get_encoding();
               p.run_pager();
               print e.get_encoding()'
  UTF-8
  UTF-8

but perhaps you're getting ISO-8859-1 for one of those?