diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-24 08:31:12 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-24 08:31:12 +0200 |
commit | 4414a5c7e000fe41113be60e9a8943c9784f077c (patch) | |
tree | a83af175832dda918b699cb1102480d37781a3f2 /src | |
parent | 82a2c910ac10a6cb2d0eaac1bf5013fec0674482 (diff) | |
download | ODR-PadEnc-4414a5c7e000fe41113be60e9a8943c9784f077c.tar.gz ODR-PadEnc-4414a5c7e000fe41113be60e9a8943c9784f077c.tar.bz2 ODR-PadEnc-4414a5c7e000fe41113be60e9a8943c9784f077c.zip |
Remove deprecated charsets from usage screen
Diffstat (limited to 'src')
-rw-r--r-- | src/mot-encoder.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp index c3c82b5..70d0fa6 100644 --- a/src/mot-encoder.cpp +++ b/src/mot-encoder.cpp @@ -604,9 +604,6 @@ void usage(char* name) " Default: 58\n" " -c, --charset=ID ID of the character set encoding used for DLS text input.\n" " ID = 0: Complete EBU Latin based repertoire\n" - " ID = 1: Latin based common core, Cyrillic, Greek\n" - " ID = 2: EBU Latin based core, Arabic, Hebrew, Cyrillic and Greek\n" - " ID = 3: ISO Latin Alphabet No 2\n" " ID = 6: ISO/IEC 10646 using UCS-2 BE\n" " ID = 15: ISO/IEC 10646 using UTF-8\n" " Default: 15\n" |