FAQ/Questions/Using-Stored-Procedures-In-Izenda-6.md
... ...
@@ -298,4 +298,13 @@ BEGIN
298 298
SELECT * FROM `izSales_by_Year_spResult`; /* Izenda-specific code */
299 299
END$$
300 300
DELIMITER ;
301
-```
... ...
\ No newline at end of file
0
+```
1
+##Notes: Some characters are not supported in Izenda field names
2
+- horizontal tabulation (\u0009)
3
+- vertical tabulation (\u000B)
4
+- line feed (\u000A)
5
+- carriage return (\u000D)
6
+- line separator (\u2028)
7
+- paragraph separator (\u2029)
8
+- form feed (\u000C)
9
+- "[a].[b]" is not supported as a field name
... ...
\ No newline at end of file