fc8e354752153aec5d978808c981239a113ce557
FAQ/Questions/Using-Stored-Procedures-In-Izenda-6.md
| ... | ... | @@ -299,7 +299,7 @@ BEGIN |
| 299 | 299 | END$$ |
| 300 | 300 | DELIMITER ; |
| 301 | 301 | ``` |
| 302 | -##Notes: Some characters are not supported in Izenda field names |
|
| 302 | +##Notes: Some characters are not supported in Izenda field names. This is not an all-inclusive list, but some common items we have seen issues with. |
|
| 303 | 303 | - horizontal tabulation (\u0009) |
| 304 | 304 | - vertical tabulation (\u000B) |
| 305 | 305 | - line feed (\u000A) |