formatchar: annotation option for html entities
[sheet.git] / unicode.plp
index 2f9969a3e70dce904b9693e960e70d8f7316b969..09200305cf17c37c932554e2aab772045eb2c755 100644 (file)
@@ -36,6 +36,9 @@ if (exists $get{di}) {
 if (exists $get{q}) {
        $glyphs->{anno} = [];
 }
+if (exists $get{html}) {
+       $glyphs->{anno} = ['html', 'xml'];
+}
 
 our $verbose = exists $get{v};