Index: src/libcfa/iostream.c
===================================================================
--- src/libcfa/iostream.c	(revision 8bc4ef87e90fcb9fc6232c6c4e9d2137b79d50b0)
+++ src/libcfa/iostream.c	(revision 0638c4478ec4ff0f8f60a487e62a73c0cf2fad06)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Apr 27 20:35:13 2016
-// Update Count     : 294
+// Last Modified On : Sat Apr 30 14:00:53 2016
+// Update Count     : 302
 //
 
@@ -144,5 +144,6 @@
 		// opening delimiters
 		['('] : Open, ['['] : Open, ['{'] : Open,
-		['$'] : Open, [(unsigned char)'£'] : Open, [(unsigned char)'¥'] : Open, [(unsigned char)'¿'] : Open, [(unsigned char)'«'] : Open,
+		['$'] : Open, [(unsigned char)'£'] : Open, [(unsigned char)'¥'] : Open,
+		[(unsigned char)'¡'] : Open, [(unsigned char)'¿'] : Open, [(unsigned char)'«'] : Open,
 		// closing delimiters
 		[','] : Close, ['.'] : Close, [':'] : Close, [';'] : Close, ['!'] : Close, ['?'] : Close,
@@ -150,6 +151,6 @@
 		['%'] : Close, [(unsigned char)'¢'] : Close, [(unsigned char)'»'] : Close,
 		// opening-closing delimiters
-		[' '] : OpenClose, ['\''] : OpenClose, ['`'] : OpenClose, ['"'] : OpenClose,
-		['\f'] : OpenClose, ['\n'] : OpenClose, ['\r'] : OpenClose, ['\t'] : OpenClose, ['\v'] : OpenClose, // isspace
+		['\''] : OpenClose, ['`'] : OpenClose, ['"'] : OpenClose,
+		[' '] : OpenClose, ['\f'] : OpenClose, ['\n'] : OpenClose, ['\r'] : OpenClose, ['\t'] : OpenClose, ['\v'] : OpenClose, // isspace
 	}; // mask
 
@@ -183,5 +184,4 @@
 } // ?|?
 
-
 forall( dtype ostype | ostream( ostype ) ) 
 ostype * ?|?( ostype *os, ostype * (* manip)( ostype * ) ) {
