diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-09 11:43:10 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-09 11:43:10 +0100 |
commit | 6902285dbc1c816f9c16d1d63a151b2022c094dc (patch) | |
tree | 4ea42146ffbcb54ad27526f4659099f77d435610 /doc/example.mux | |
parent | f4ef1284d754ecd907dd4ed3072f8be65b26f2de (diff) | |
download | dabmux-6902285dbc1c816f9c16d1d63a151b2022c094dc.tar.gz dabmux-6902285dbc1c816f9c16d1d63a151b2022c094dc.tar.bz2 dabmux-6902285dbc1c816f9c16d1d63a151b2022c094dc.zip |
Convert labels from utf-8 to EBU
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/example.mux b/doc/example.mux index 556a4c9..632772d 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -81,8 +81,13 @@ ensemble { ; automatic calculation of the local time offset, set the environment variable TZ ; to your timezone (e.g. TZ=Europe/Rome) before you launch ODR-DabMux - ; all labels are maximum 16 characters in length + ; All labels are maximum 16 characters in length. + ; Labels that are valid utf-8 will be converted to EBU Latin Character set + ; as defined in ETSI TS 101 756, in Annex C. If it's not valid utf-8, the + ; label is taken as-is, byte per byte. Characters that cannot be + ; represented in EBU Latin will be replaced by a space character. label "OpenDigitalRadio" + ; The short label is built from the label by erasing letters, and cannot ; be longer than 8 characters. If omitted, it will be truncated from the ; label @@ -95,8 +100,8 @@ services { ; used throughout the configuration file and for the RC. srv-fu { id 0x8daa - label "Funk" - ; you can define a shortlabel too. + label "Fünk" + ; You can define a shortlabel too. } srv-ri { id 0x8dab |