Pages

2012-08-05

Making ruby refe output without garble on UTF-8 terminal

Edit refe-1_9_3 as follows:

#!/bin/sh
cd "`dirname "$0"`"
exec ruby -Ke -I bitclust/lib bitclust/bin/refe -d db-1_9_3 -e w "$@"

(add '-e w' as an option to refe)

No comments: