Index: libcfa/src/iostream.cfa
===================================================================
--- libcfa/src/iostream.cfa	(revision 07b59ec9c09550b0684c5f402f3ba416a28bdbc9)
+++ libcfa/src/iostream.cfa	(revision 28c2933d61b4b36dbca77aca0b5667d2af33a8ad)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jul 18 13:56:01 2023
-// Update Count     : 1403
+// Last Modified On : Sun Jul 30 23:01:00 2023
+// Update Count     : 1406
 //
 
@@ -230,5 +230,5 @@
 	ostype & ?|?( ostype & os, const char s[] ) {
 		enum { Open = 1, Close, OpenClose };
-		static const unsigned char mask[256] @= {
+		static const unsigned char mask[256] @= {		// 256 covers all Latin-1 characters
 			// opening delimiters, no space after
 			['('] : Open, ['['] : Open, ['{'] : Open,
