Changeset: 681db4cfcf06 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/681db4cfcf06
Modified Files:
        misc/python/unicaseconvtabs.py
        misc/python/uniiconvtab.py
Branch: Dec2025
Log Message:

Added some minimal comments.


diffs (30 lines):

diff --git a/misc/python/unicaseconvtabs.py b/misc/python/unicaseconvtabs.py
--- a/misc/python/unicaseconvtabs.py
+++ b/misc/python/unicaseconvtabs.py
@@ -10,6 +10,11 @@
 # Copyright August 2008 - 2023 MonetDB B.V.;
 # Copyright 1997 - July 2008 CWI.
 
+# This script is used to create tables for gdk/gdk_string.c to support
+# case conversion.
+# Usage: run the script and replace the appropriate tables in
+# gdk_string.c with the output produced.
+
 def init():
     strs = [None]
     strdict = {}
diff --git a/misc/python/uniiconvtab.py b/misc/python/uniiconvtab.py
--- a/misc/python/uniiconvtab.py
+++ b/misc/python/uniiconvtab.py
@@ -10,6 +10,11 @@
 # Copyright August 2008 - 2023 MonetDB B.V.;
 # Copyright 1997 - July 2008 CWI.
 
+# This script is used to create tables for gdk/gdk_string.c to support
+# the asciify conversion (i.e. GDKasciify and BATasciify).
+# Usage: run the script and replace the appropriate tables in
+# gdk_string.c with the output produced.
+
 import subprocess
 
 def mktab(input):
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to