summaryrefslogtreecommitdiffstats
path: root/source3/build/charset.py
Commit message (Collapse)AuthorAgeFilesLines
* waf: improve iconv checksChristian Ambach2014-01-031-0/+6
| | | | | | | | | | | | | there are broken iconv implementations around (e.g. on AIX) that you can compile against but that refuse any mapping requests make sure we do the same as the autoconf-based build did and fall back to our own code Bug: https://bugzilla.samba.org/show_bug.cgi?id=10308 Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-231-10/+0
| | | | | | | | | | | | | | | | | As discussed in 'CH_DISPLAY and gettext' on the samba-technical list: http://lists.samba.org/archive/samba-technical/2011-June/078190.html Setting this to a value other than 'unix charset' does not make sense, as any system where the filesytem charset does not equal the terminal charset will already have problems with programs as simple as 'ls'. It also means that our output could not be pasted as our input in interactive programs or onto our command line, as we never did translate in the DISPLAY -> UNIX direction. The d_printf() calls are retained in case we need to revisit this, and to support display_set_stderr(). Andrew Bartlett
* s3-waf: charsets needs to be quoted as strings in config.hAndrew Tridgell2010-04-061-6/+6
| | | | Pair-Programmed-With: Kai Blin <kai@samba.org>
* s3-waf: fixed tests for charsetsAndrew Tridgell2010-04-061-3/+3
| | | | Pair-Programmed-With: Kai
* s3-waf: check for default charsetsKai Blin2010-04-061-0/+52