From eb15f7fc5e461c71a8d397d8fb34c27976876946 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 16 Feb 2019 09:21:11 +0100 Subject: Add FIG2 options for character field and text control --- doc/example.mux | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/example.mux b/doc/example.mux index caa4d2d..76d6828 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -124,7 +124,19 @@ ensemble { ; The FIG2 label can be up to 16 characters long, and is in UTF-8. ;fig2_label "ÓpêñÐigıtålRadiō" - ; There is no FIG2 short label for the moment. + ; FIG2 labels can either be sent with a character field (old spec) + ; or with a text control (new draftETSI TS 103 176 v2.2.1). + ; If unspecified, defaults to setting the text control with the values + ; shown in the example below. + ; + ;fig2_label_character_flag "0xFF00" + ; + ;fig2_label_text_control { + ; bidi false + ; base_direction "LTR" + ; contextual false + ; combining false + ;} } ; Definition of DAB services -- cgit v1.2.3