#!/bin/sh

case "$@" in
  -u) PIPE="| unaccent utf8" ;;
  *)  ;;
esac

eval exec uconv -x Any-Latin $PIPE
