File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,14 @@ the JSON and DTD definitions are intended for interchange between systems and pr
46
46
To that end, they relax some aspects of the data model, such as allowing
47
47
declarations, options, and attributes to be optional rather than required properties.
48
48
49
+ > [ !NOTE]
50
+ > Users relying on XML representations of messages should note that
51
+ > XML 1.0 does not allow for the representation of all C0 control characters (U+0000-U+001F).
52
+ > Except for U+0000 NULL , these characters are allowed in MessageFormat 2 messages,
53
+ > so systems and users relying on this XML representation for interchange
54
+ > might need to supply an alternate escape mechanism to support messages
55
+ > that contain these characters.
56
+
49
57
> [ !IMPORTANT]
50
58
> The data model uses the field name ` name ` to denote various interface identifiers.
51
59
> In the MessageFormat 2 [ syntax] ( /spec/syntax.md ) , the source for these ` name ` fields
You can’t perform that action at this time.
0 commit comments