NAME

ucsort - sort input records using the UCA

SYNOPSIS

ucsort [options] [input_files ...]

    # standard options
    --help|?
    --man|m
    --debug|d

    # collator constructor options
    --backwards-levels=i
    --collation-level|level|l=i
    --katakana-before-hiragana
    --normalization|n=s
    --override-CJK=s
    --override-Hangul=s
    --preprocess|P=s
    --upper-before-lower|u
    --variable=s

    # program specific options
    --case-insensitive|insensitive|i
    --input-encoding|e=s
    --locale|L=s
    --paragraph|p
    --reverse-fields|last
    --reverse-output|r
    --right-to-left|reverse-input

DESCRIPTION

TO BE WRITTEN: DESCRIPTION

EXAMPLES

TO BE WRITTEN: EXAMPLES

ERRORS

TO BE WRITTEN: ERRORS

ENVIRONMENT

TO BE WRITTEN: ENVIRONMENT

FILES

TO BE WRITTEN: FILES

PROGRAMS

TO BE WRITTEN: PROGRAMS

BUGS

TO BE WRITTEN: BUGS

SEE ALSO

The Unicode::Collate and Unicode::Collate::Locale Perl modules.

AUTHOR

Tom Christiansen <tchrist@perl.com>

COPYRIGHT AND LICENCE

Copyright 2011 Tom Christiansen.

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.