summaryrefslogtreecommitdiffstats
path: root/src/helper/gettext.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include the prefix.h defines in gettext configTed Gould2017-08-051-1/+5
|
* Use UTF8 encoding for output on windows console.Eduard Braun2017-05-101-11/+12
| | | | | This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far. (bzr r15682)
* Move functions for switching gettext charset to helper/gettext.hEduard Braun2017-05-071-2/+28
| | | (bzr r15675.1.3)
* Move gettext initialization into separate function so it can be re-used ↵Eduard Braun2017-05-071-0/+83
(will come in handy in inkview) (bzr r15675.1.2)