From dcdbc0bf9fa097c62e5b5614db194e5ff2a66459 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 22 May 2025 15:41:05 -0400 Subject: [PATCH] README-documentation-rules: Add a note about being UTF-8 only! --- docs/README-documentation-rules.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/README-documentation-rules.md b/docs/README-documentation-rules.md index bf82be2a04..e6dfa25e1f 100644 --- a/docs/README-documentation-rules.md +++ b/docs/README-documentation-rules.md @@ -34,6 +34,12 @@ things, you might confuse it. This is to the benefit of documentation, though, where we would rather you not do surprising things. +## UTF-8 only! + +All text must be UTF-8 encoded. The wiki will refuse to update files that are +malformed. + + ## We _sort of_ write in Doxygen format. To document a symbol, we use something that looks like Doxygen (and Javadoc)