File: testnormalisation.sh

package info (click to toggle)
ucto 0.35-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,192 kB
  • sloc: cpp: 5,235; xml: 1,226; sh: 409; python: 151; makefile: 44
file content (16 lines) | stat: -rwxr-xr-x 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#/bin/sh

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

$exe -L nl -N NFC normalisation.nl.txt
$exe -L nl -N NFC --filter=FALSE normalisation.nl.txt

$exe -L nl -N NFD normalisation.nl.txt
$exe -L nl -N NFD --filter=NO 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 --filter=NO normalisation.nl.txt