X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mapconv.in;h=67983db6be0b823f36af2f17ef1b9d73fc0a1d34;hb=8971a759840c0bbda2eb9277f02c389b868c7938;hp=58cc4c777145eab280b747afe5e37ac0e0312ff6;hpb=2bf4876487e8c2fc6c709df6d6f81503525fb5fd;p=m17n%2Fm17n-db.git diff --git a/mapconv.in b/mapconv.in index 58cc4c7..67983db 100644 --- a/mapconv.in +++ b/mapconv.in @@ -28,7 +28,7 @@ echo "# Generated from ${SOURCE}" if [ "$4" = "NOMSB" ] ; then if [ "$3" = 1 ] ; then @CHARMAP_CAT@ $1 \ - | sed -n -e "$2 p" \ + | sed -n -e "$2p" \ | sed -e 's/xa/x2/g' -e 's/xb/x3/g' -e 's/xc/x4/g' \ -e 's/xd/x5/g' -e 's/xe/x6/g' -e 's/xf/x7/g' \ -e 's,]*\)>[ ]*/x\(..\).*$,0x\2 0x\1,' \ @@ -36,7 +36,7 @@ if [ "$4" = "NOMSB" ] ; then | ${LASTFILTER} else @CHARMAP_CAT@ $1 \ - | sed -n -e "$2 p" \ + | sed -n -e "$2p" \ | sed -e 's/xa/x2/g' -e 's/xb/x3/g' -e 's/xc/x4/g' \ -e 's/xd/x5/g' -e 's/xe/x6/g' -e 's/xf/x7/g' \ -e 's,]*\)>[ ]*/x\(..\)/x\(..\).*$,0x\2\3 0x\1,' \ @@ -46,13 +46,13 @@ if [ "$4" = "NOMSB" ] ; then else if [ "$3" = 1 ] ; then @CHARMAP_CAT@ $1 | \ - sed -n -e "$2 p" \ + sed -n -e "$2p" \ | sed -e 's,]*\)>[ ]*/x\(..\).*$,0x\2 0x\1,' \ | sort \ | ${LASTFILTER} else @CHARMAP_CAT@ $1 | \ - sed -n -e "$2 p" \ + sed -n -e "$2p" \ | sed -e 's,]*\)>[ ]*/x\(..\)/x\(..\).*$,0x\2\3 0x\1,' \ | sort \ | ${LASTFILTER} @@ -78,5 +78,5 @@ fi # You should have received a copy of the GNU Lesser General Public # License along with the m17n library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307, USA. +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA.