[vhffs-dev] [GIT] vhffs4/vhffs.git branch master updated. 5f7521a59debd06a26d08d7ef7aac1eb883c5ebe |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch master updated. 5f7521a59debd06a26d08d7ef7aac1eb883c5ebe
- From: git@xxxxxxxxxxxxx
- Date: Sun, 02 Oct 2016 22:38:47 +0200
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "vhffs4/vhffs.git" repository.
The branch, master has been updated
via 5f7521a59debd06a26d08d7ef7aac1eb883c5ebe (commit)
via 8e965d495051dee1cf1d95e43c7c8e4b0590dd77 (commit)
from 7fb24391796f55f6f1b5e1d128886f8e23774c53 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5f7521a59debd06a26d08d7ef7aac1eb883c5ebe
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sun Oct 2 20:36:03 2016 +0000
api, panel: remove OUTPUT_CHARSET environment variable setting
Now that we properly set the codeset on setocale calls, we don't need
to use the OUTPUT_CHARSET environment variable anymore which serve
the same purpose, thus remove all OUTPUT_CHARSET environment variable
setting.
commit 8e965d495051dee1cf1d95e43c7c8e4b0590dd77
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sun Oct 2 20:28:44 2016 +0000
tree-wide: properly set UTF-8 codeset in setlocale calls
The proper way of telling the system that all applications should use
UTF-8 is to add a codeset suffix of UTF-8 to locale names.
It fixes the issue about the panel needing all locales codesets to be
generated because it defaulted to the default codeset.
-----------------------------------------------------------------------
Summary of changes:
vhffs-api/src/Vhffs.pm | 1 -
vhffs-api/src/Vhffs/Object.pm | 8 ++++----
vhffs-api/src/Vhffs/Panel.pm | 2 +-
vhffs-api/src/Vhffs/Robots/User.pm | 2 +-
vhffs-api/src/Vhffs/User.pm | 2 +-
vhffs-listengine/src/listengine.pl | 2 +-
vhffs-panel/index.pl | 3 ---
vhffs-public/index.pl | 3 ---
8 files changed, 8 insertions(+), 15 deletions(-)
hooks/post-receive
--
vhffs4/vhffs.git