
[1]
[[RFC 5337]] によると [[UTF-8]] が使えるように拡張されたはずなのですが (4.)、
[[ABNF]] はなぜか
[PRE(ABNF code)[
   diagnostic-code-field =
        "Diagnostic-Code" ":" diagnostic-type ";" *text-fixed
]PRE]
で、この [CODE(ABNF)@en[[[text-fixed]]]] というのは
[PRE(ABNF code)[
   text-fixed = %d1-9 /      ; Any Unicode character except for NUL,
               %d11 /       ; CR and LF, encoded in UTF-8
               %d12 /
               %d14-127
     ; Same as <text> from [RFC2822], but without <obs-text>.
     ; If/when RFC 2822 is updated to disallow <obs-text>,
     ; this should become just <text>
     ; Also, if/when RFC 2822 is updated to disallow control characters
     ; this should become a reference to RFC 2822upd instead.
]PRE]
というように、 [[UTF-8]] が含まれていなくて、それでいて[[注釈]]は
[[UTF-8]] だといっている、わけのわからない代物になっています。
([[名無しさん]])

