Index: libcfa/src/collections/string.cfa
===================================================================
--- libcfa/src/collections/string.cfa	(revision 5b21636bba032ec700286a9e66bc6fae49054e5f)
+++ libcfa/src/collections/string.cfa	(revision bb1eabcd6f64b0ee41ffacd7dd40e7329004f68e)
@@ -10,6 +10,6 @@
 // Created On       : Fri Sep 03 11:00:00 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Sep 15 10:26:35 2025
-// Update Count     : 394
+// Last Modified On : Sun May  3 23:21:25 2026
+// Update Count     : 395
 //
 
@@ -214,5 +214,5 @@
 		for ( i; l ) cstr[i] = f.val[i];					// copy string
 		cstr[l] = '\0';										// terminate
-		_Ostream_Manip(const char *) cf @= { cstr, f.wd, f.pc, f.base, {f.all} };
+		_Ostream_Manip(const char *) cf @= { cstr, f.wd, f.pc, f.base, {f.all}, f.qleft, f.qright };
 		return os | cf | nonl;
 	} // ?|?
