Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4
ddd
ddd.wrapper
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ddd.wrapper of Package ddd
#!/bin/bash # # The wrapper script to switch off UTF-8 locales when running ddd # See README.SUSE for further information # if [ "x$1" = 'x-x' ]; then shift else case "`locale charmap 2>/dev/null`" in UTF-8) if ! [ -f "$HOME/.ddd/suse_no_utf8_warning" ] ; then echo >&2 "WARNING:" echo >&2 "UTF-8 charmap detected. Switching off UTF-8 as ddd has problems with it. See" echo >&2 "README.SUSE for futher information. Use -x parameter to bypass this wrapper." fi tmplang=${LC_ALL-${LC_CTYPE-${LANG-POSIX}}} export LC_ALL=${tmplang%%.*} ;; esac fi exec -a ddd /usr/bin/ddd.org "$@"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor