diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-24 15:29:34 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-24 15:29:34 +0000 |
commit | b0cf4c3d8b643894e9191c86df41b6648378b6f4 (patch) | |
tree | debb5b1ab8ab9123aa5760b2729058d8608b47e3 /bin | |
parent | f358b3c1c6fad73b6de59085b6bf5e4a788233a2 (diff) |
Set KCODE; UTF-8 is the future
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +$KCODE = 'u' + $VERBOSE=true require 'etc' |