diff --git a/src/xdocs/writingchecks.xml.vm b/src/xdocs/writingchecks.xml.vm
index 48e16ecad..7822a1cfb 100644
--- a/src/xdocs/writingchecks.xml.vm
+++ b/src/xdocs/writingchecks.xml.vm
@@ -445,6 +445,7 @@ java -classpath mycompanychecks.jar:checkstyle-${projectVersion}-all.jar \
There are basically only few of them:
+ - Java code should be written with ASCII characters only, no UTF-8 support.
- To get valid violations, code have to be compilable, in other case you can get not easy to understand parse errors.
- You cannot determine the type of an expression. Example: "getValue() + getValue2()"
- You cannot determine the full inheritance hierarchy of type.