#!/bin/sh
# This wrapper scripts sets the proper locale for pyDict.
LANG=zh_TW.Big5 LC_ALL=zh_TW.Big5 LC_CTYPE=zh_TW.Big5 /usr/bin/pydict-real $*
