#/bin/sh
# $Id$
# $URL$

exe=../src/ucto

$exe -L nl -N NONE normalisation.nl.txt
$exe -L nl -N NONE -f normalisation.nl.txt

$exe -L nl -N NFC normalisation.nl.txt
$exe -L nl -N NFC -f normalisation.nl.txt

$exe -L nl -N NFD normalisation.nl.txt
$exe -L nl -N NFD -f normalisation.nl.txt

$exe -L nl -N NFKC --filter=YES normalisation.nl.txt
$exe -L nl -N NFKC --filter=NO normalisation.nl.txt

$exe -L nl -N NFKD normalisation.nl.txt
$exe -L nl -N NFKD -f normalisation.nl.txt
