aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse/types.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/parse/types.scm')
-rw-r--r--module/vcomponent/parse/types.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/vcomponent/parse/types.scm b/module/vcomponent/parse/types.scm
index 552aa191..2ba9a553 100644
--- a/module/vcomponent/parse/types.scm
+++ b/module/vcomponent/parse/types.scm
@@ -12,7 +12,9 @@
(unless (string=? "BASE64" (hashq-ref props 'ENCODING))
(warning "Binary field not marked ENCODING=BASE64"))
- ;; TODO whitespace in binary?
+ ;; For icalendar no extra whitespace is allowed in a
+ ;; binary field (except for line wrapping). This differs
+ ;; from xcal.
(base64-string->bytevector value))
;; BOOLEAN