diff options
author | B. Stack <bgstack15@gmail.com> | 2023-11-16 10:50:24 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-11-16 10:50:24 -0500 |
commit | df738368f9198b78c3b9a1c70c02916066c78df9 (patch) | |
tree | 6f4bacdf5d0b93adbe9b882c2993004474397548 /scite | |
parent | notepadnext v0.6.4 rc1 (diff) | |
download | stackrpms-df738368f9198b78c3b9a1c70c02916066c78df9.tar.gz stackrpms-df738368f9198b78c3b9a1c70c02916066c78df9.tar.bz2 stackrpms-df738368f9198b78c3b9a1c70c02916066c78df9.zip |
scite 5.3.9
Diffstat (limited to 'scite')
-rw-r--r-- | scite/debian/_service | 6 | ||||
-rw-r--r-- | scite/debian/changelog | 10 | ||||
-rw-r--r-- | scite/debian/conffiles | 1 | ||||
-rw-r--r-- | scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch | 2 | ||||
-rwxr-xr-x | scite/debian/rules | 1 | ||||
-rw-r--r-- | scite/debian/scite+stackrpms.dsc | 2 | ||||
-rw-r--r-- | scite/debian/source/lintian-overrides | 1 | ||||
-rw-r--r-- | scite/stackrpms-5.3.9-1.diff (renamed from scite/stackrpms-5.3.2-1.diff) | 150 |
8 files changed, 89 insertions, 84 deletions
diff --git a/scite/debian/_service b/scite/debian/_service index df219e0..88ccb3e 100644 --- a/scite/debian/_service +++ b/scite/debian/_service @@ -4,7 +4,7 @@ <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param> <param name="subdir">scite/debian</param> <param name="filename">debian</param> - <param name="revision">scite-bump</param> + <param name="revision">master</param> <param name="version">_none_</param> </service> <service name="recompress"> @@ -14,8 +14,8 @@ <service name="download_url"> <param name="protocol">https</param> <param name="host">www.scintilla.org</param> - <param name="path">scite538.tgz</param> - <param name="filename">scite_5.3.8.orig.tar.gz</param> + <param name="path">scite539.tgz</param> + <param name="filename">scite_5.3.9.orig.tar.gz</param> </service> <service name="extract_file"> <param name="archive">*.tar.xz</param> diff --git a/scite/debian/changelog b/scite/debian/changelog index d192004..42226e2 100644 --- a/scite/debian/changelog +++ b/scite/debian/changelog @@ -1,9 +1,15 @@ -scite (5.3.8-1+stackrpms) unstable; urgency=medium +scite (5.3.9-1+stackrpms) unstable; urgency=medium * Add stackrpms lua script and customized global.properties * Use lua 5.4.4 - -- B. Stack <bgstack15@gmail.com> Tue, 03 Oct 2023 14:29:25 -0400 + -- B. Stack <bgstack15@gmail.com> Thu, 16 Nov 2023 10:43:26 -0500 + +scite (5.3.9-1) unstable; urgency=medium + + * New upstream version 5.3.9 + + -- Andreas Rönnquist <gusnan@debian.org> Sun, 05 Nov 2023 01:29:57 +0100 scite (5.3.8-1) unstable; urgency=medium diff --git a/scite/debian/conffiles b/scite/debian/conffiles new file mode 100644 index 0000000..a3b97e3 --- /dev/null +++ b/scite/debian/conffiles @@ -0,0 +1 @@ +remove-on-upgrade /etc/scite/nimrod.properties diff --git a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch b/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch index 29e40a0..1a69a2b 100644 --- a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch +++ b/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch @@ -32,7 +32,7 @@ Forwarded: not-needed -# For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is. -CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) -CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) -+# For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is. ++# stackrpms,3 For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is. +CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) $(shell $(PKG_CONFIG) --cflags lua5.4) +CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) $(shell $(PKG_CONFIG) --libs lua5.4) gnomeprefix:=$(shell $(PKG_CONFIG) --variable=prefix $(GTK_VERSION) 2>/dev/null) diff --git a/scite/debian/rules b/scite/debian/rules index d879c47..03cda5e 100755 --- a/scite/debian/rules +++ b/scite/debian/rules @@ -43,6 +43,7 @@ override_dh_install: mv -f $(CURDIR)/debian/scite/usr/share/scite/*.txt $(CURDIR)/debian/scite/usr/share/doc/scite/ mv -f $(CURDIR)/debian/scite/usr/share/scite/*.jpg $(CURDIR)/debian/scite/usr/share/doc/scite/ mv -f $(CURDIR)/debian/scite/usr/share/scite/*.png $(CURDIR)/debian/scite/usr/share/doc/scite/ + @#stackrpms,3 cp -p debian/stackrpms.lua $(CURDIR)/debian/scite/usr/share/scite/ install -D -p -m0666 debian/SciTEGlobal.properties $(CURDIR)/debian/scite/etc/scite/ for f in $(CURDIR)/debian/scite/usr/share/doc/scite/*.html; do \ diff --git a/scite/debian/scite+stackrpms.dsc b/scite/debian/scite+stackrpms.dsc index 100ac83..2317685 100644 --- a/scite/debian/scite+stackrpms.dsc +++ b/scite/debian/scite+stackrpms.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: scite Binary: scite Architecture: any -Version: 5.3.8-1+stackrpms +Version: 5.3.9-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://scintilla.org/SciTE.html Standards-Version: 4.6.0.1 diff --git a/scite/debian/source/lintian-overrides b/scite/debian/source/lintian-overrides index 2ba3a00..d5f64c4 100644 --- a/scite/debian/source/lintian-overrides +++ b/scite/debian/source/lintian-overrides @@ -2,6 +2,7 @@ scite source: source-is-missing [scintilla/doc/ScintillaDoc.html] scite source: source-is-missing [scite/doc/PaneAPI.html] scite source: source-is-missing [scite/doc/ScriptLexer.html] scite source: source-is-missing [scintilla/doc/SciCoding.html] +# stackrpms,4 national-encoding debian/SciTEGlobal.properties invalid-field-for-derivative invalid-devuan-version diff --git a/scite/stackrpms-5.3.2-1.diff b/scite/stackrpms-5.3.9-1.diff index 337d88f..82b84d8 100644 --- a/scite/stackrpms-5.3.2-1.diff +++ b/scite/stackrpms-5.3.9-1.diff @@ -1,20 +1,20 @@ -diff -x '.*.swp' -Naur scite.salsa/debian/changelog stackrpms/scite/debian/changelog ---- scite.salsa/debian/changelog 2022-12-08 08:55:32.855493554 -0500 -+++ stackrpms/scite/debian/changelog 2022-12-08 09:00:09.986528415 -0500 +diff -x '.*.swp' -Naur salsa/scite/debian/changelog stackrpms/scite/debian/changelog +--- salsa/scite/debian/changelog 2023-11-16 10:40:20.299346042 -0500 ++++ stackrpms/scite/debian/changelog 2023-11-16 10:43:29.649663457 -0500 @@ -1,3 +1,10 @@ -+scite (5.3.2-1+devuan) unstable; urgency=medium ++scite (5.3.9-1+stackrpms) unstable; urgency=medium + + * Add stackrpms lua script and customized global.properties + * Use lua 5.4.4 + -+ -- B. Stack <bgstack15@gmail.com> Thu, 08 Dec 2022 09:00:05 -0500 ++ -- B. Stack <bgstack15@gmail.com> Thu, 16 Nov 2023 10:43:26 -0500 + - scite (5.3.2-1) unstable; urgency=medium + scite (5.3.9-1) unstable; urgency=medium - * New upstream version 5.3.2 -diff -x '.*.swp' -Naur scite.salsa/debian/control stackrpms/scite/debian/control ---- scite.salsa/debian/control 2022-07-11 14:49:34.810997853 -0400 -+++ stackrpms/scite/debian/control 2022-07-13 09:49:28.021934314 -0400 + * New upstream version 5.3.9 +diff -x '.*.swp' -Naur salsa/scite/debian/control stackrpms/scite/debian/control +--- salsa/scite/debian/control 2023-07-31 11:35:56.033600691 -0400 ++++ stackrpms/scite/debian/control 2023-08-19 17:16:15.202653929 -0400 @@ -1,14 +1,13 @@ Source: scite -Maintainer: Michael Vogt <mvo@debian.org> @@ -30,34 +30,36 @@ diff -x '.*.swp' -Naur scite.salsa/debian/control stackrpms/scite/debian/control libglib2.0-dev, - liblua5.3-dev + liblua5.4-dev - Standards-Version: 4.6.1 + Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian/scite Vcs-Git: https://salsa.debian.org/debian/scite.git -diff -x '.*.swp' -Naur scite.salsa/debian/patches/0007-Build-with-Debian-packaged-Lua.patch stackrpms/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch ---- scite.salsa/debian/patches/0007-Build-with-Debian-packaged-Lua.patch 2022-12-08 08:55:32.859493598 -0500 -+++ stackrpms/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch 2022-12-08 09:15:20.096490724 -0500 -@@ -33,8 +33,8 @@ +diff -x '.*.swp' -Naur salsa/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch stackrpms/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch +--- salsa/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch 2023-07-31 11:35:56.033600691 -0400 ++++ stackrpms/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch 2023-11-16 10:47:02.132262952 -0500 +@@ -32,9 +32,9 @@ + -# For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is. -CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) -CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) - +# For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is. +-+# For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is. -+CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) $(shell $(PKG_CONFIG) --cflags lua5.3) -+CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) $(shell $(PKG_CONFIG) --libs lua5.3) +++# stackrpms,3 For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is. ++CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) $(shell $(PKG_CONFIG) --cflags lua5.4) ++CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) $(shell $(PKG_CONFIG) --libs lua5.4) gnomeprefix:=$(shell $(PKG_CONFIG) --variable=prefix $(GTK_VERSION) 2>/dev/null) ifndef prefix ifdef gnomeprefix -diff -x '.*.swp' -Naur scite.salsa/debian/patches/series stackrpms/scite/debian/patches/series ---- scite.salsa/debian/patches/series 2022-04-05 09:49:25.955774896 -0400 -+++ stackrpms/scite/debian/patches/series 2022-04-18 14:47:52.918861806 -0400 +diff -x '.*.swp' -Naur salsa/scite/debian/patches/series stackrpms/scite/debian/patches/series +--- salsa/scite/debian/patches/series 2023-07-31 11:35:56.033600691 -0400 ++++ stackrpms/scite/debian/patches/series 2023-08-19 17:16:15.202653929 -0400 @@ -2,3 +2,4 @@ 0003-reproducible_build.patch 0005-scite-desktop.patch 0007-Build-with-Debian-packaged-Lua.patch +use-lua5.4.4.patch -diff -x '.*.swp' -Naur scite.salsa/debian/patches/use-lua5.4.4.patch stackrpms/scite/debian/patches/use-lua5.4.4.patch ---- scite.salsa/debian/patches/use-lua5.4.4.patch 1969-12-31 19:00:00.000000000 -0500 -+++ stackrpms/scite/debian/patches/use-lua5.4.4.patch 2022-06-26 16:30:14.437640315 -0400 +diff -x '.*.swp' -Naur salsa/scite/debian/patches/use-lua5.4.4.patch stackrpms/scite/debian/patches/use-lua5.4.4.patch +--- salsa/scite/debian/patches/use-lua5.4.4.patch 1969-12-31 19:00:00.000000000 -0500 ++++ stackrpms/scite/debian/patches/use-lua5.4.4.patch 2023-08-19 17:16:15.202653929 -0400 @@ -0,0 +1,191 @@ +Name: Patch scite to use distro package of lua, Devuan +Version: 5.2.3 @@ -250,43 +252,23 @@ diff -x '.*.swp' -Naur scite.salsa/debian/patches/use-lua5.4.4.patch stackrpms/s + } + + -diff -x '.*.swp' -Naur scite.salsa/debian/rules stackrpms/scite/debian/rules ---- scite.salsa/debian/rules 2022-07-11 14:49:34.810997853 -0400 -+++ stackrpms/scite/debian/rules 2022-07-13 09:49:28.021934314 -0400 -@@ -43,6 +43,8 @@ +diff -x '.*.swp' -Naur salsa/scite/debian/rules stackrpms/scite/debian/rules +--- salsa/scite/debian/rules 2023-07-31 11:35:56.033600691 -0400 ++++ stackrpms/scite/debian/rules 2023-11-16 10:46:15.103687617 -0500 +@@ -43,6 +43,9 @@ mv -f $(CURDIR)/debian/scite/usr/share/scite/*.txt $(CURDIR)/debian/scite/usr/share/doc/scite/ mv -f $(CURDIR)/debian/scite/usr/share/scite/*.jpg $(CURDIR)/debian/scite/usr/share/doc/scite/ mv -f $(CURDIR)/debian/scite/usr/share/scite/*.png $(CURDIR)/debian/scite/usr/share/doc/scite/ ++ @#stackrpms,3 + cp -p debian/stackrpms.lua $(CURDIR)/debian/scite/usr/share/scite/ + install -D -p -m0666 debian/SciTEGlobal.properties $(CURDIR)/debian/scite/etc/scite/ for f in $(CURDIR)/debian/scite/usr/share/doc/scite/*.html; do \ dh_link usr/share/doc/scite/$$(basename $$f) usr/share/scite/$$(basename $$f); \ done -diff -x '.*.swp' -Naur scite.salsa/debian/scite+devuan.dsc stackrpms/scite/debian/scite+devuan.dsc ---- scite.salsa/debian/scite+devuan.dsc 1969-12-31 19:00:00.000000000 -0500 -+++ stackrpms/scite/debian/scite+devuan.dsc 2022-12-08 09:15:51.432833746 -0500 -@@ -0,0 +1,17 @@ -+Format: 3.0 (quilt) -+Source: scite -+Binary: scite -+Architecture: any -+Version: 5.3.2-1+devuan -+Maintainer: B. Stack <bgstack15@gmail.com> -+Homepage: https://scintilla.org/SciTE.html -+Standards-Version: 4.6.0.1 -+Vcs-Browser: https://salsa.debian.org/debian/scite -+Vcs-Git: https://salsa.debian.org/debian/scite.git -+Build-Depends: debhelper-compat (= 13), libgtk-3-dev, libglib2.0-dev, liblua5.4-dev -+Package-List: -+ scite deb editors optional arch=any -+Files: -+ 00000000000000000000000000000000 1 scite.orig.tar.gz -+ 00000000000000000000000000000000 1 scite+devuan.debian.tar.xz -+Original-Maintainer: Michael Vogt <mvo@debian.org> -diff -x '.*.swp' -Naur scite.salsa/debian/SciTEGlobal.properties stackrpms/scite/debian/SciTEGlobal.properties ---- scite.salsa/debian/SciTEGlobal.properties 1969-12-31 19:00:00.000000000 -0500 -+++ stackrpms/scite/debian/SciTEGlobal.properties 2022-10-05 11:03:14.200880601 -0400 -@@ -0,0 +1,596 @@ +diff -x '.*.swp' -Naur salsa/scite/debian/SciTEGlobal.properties stackrpms/scite/debian/SciTEGlobal.properties +--- salsa/scite/debian/SciTEGlobal.properties 1969-12-31 19:00:00.000000000 -0500 ++++ stackrpms/scite/debian/SciTEGlobal.properties 2023-08-19 17:16:15.202653929 -0400 +@@ -0,0 +1,597 @@ +# SciTEGlobal.properties placed by scite package for stackrpms +# Global initialisation file for SciTE +# For Linux, place in $prefix/share/scite @@ -338,7 +320,8 @@ diff -x '.*.swp' -Naur scite.salsa/debian/SciTEGlobal.properties stackrpms/scite +#magnification=-1 +#output.magnification=-1 + -+change.history=3 ++#change.history=3 ++change.history=0 +#~ indicator.reverted.to.origin.insertion=style:squiggle,colour:#40A0BF +#~ indicator.reverted.to.origin.deletion=style:point,colour:#40A0BF +#~ indicator.saved.insertion=style:squiggle,colour:#60A060 @@ -883,17 +866,30 @@ diff -x '.*.swp' -Naur scite.salsa/debian/SciTEGlobal.properties stackrpms/scite +font.embedded.base=$(font.monospace) +font.embedded.comment=$(font.monospace) +font.vbs=$(font.monospace) -diff -x '.*.swp' -Naur scite.salsa/debian/scite.lintian-overrides stackrpms/scite/debian/scite.lintian-overrides ---- scite.salsa/debian/scite.lintian-overrides 2022-09-06 20:31:38.343720623 -0400 -+++ stackrpms/scite/debian/scite.lintian-overrides 2022-07-13 09:49:28.021934314 -0400 -@@ -1,3 +1,4 @@ -+scite: spelling-error-in-binary afe safe [usr/lib/scite/liblexilla.so] - scite: spelling-error-in-binary Lables Labels [usr/lib/scite/liblexilla.so] - scite: national-encoding [etc/scite/SciTEGlobal.properties] - scite: national-encoding [etc/scite/rebol.properties] -diff -x '.*.swp' -Naur scite.salsa/debian/_service stackrpms/scite/debian/_service ---- scite.salsa/debian/_service 1969-12-31 19:00:00.000000000 -0500 -+++ stackrpms/scite/debian/_service 2022-12-08 09:16:20.401150841 -0500 +diff -x '.*.swp' -Naur salsa/scite/debian/scite+stackrpms.dsc stackrpms/scite/debian/scite+stackrpms.dsc +--- salsa/scite/debian/scite+stackrpms.dsc 1969-12-31 19:00:00.000000000 -0500 ++++ stackrpms/scite/debian/scite+stackrpms.dsc 2023-11-16 10:47:34.768662216 -0500 +@@ -0,0 +1,17 @@ ++Format: 3.0 (quilt) ++Source: scite ++Binary: scite ++Architecture: any ++Version: 5.3.9-1+stackrpms ++Maintainer: B. Stack <bgstack15@gmail.com> ++Homepage: https://scintilla.org/SciTE.html ++Standards-Version: 4.6.0.1 ++Vcs-Browser: https://salsa.debian.org/debian/scite ++Vcs-Git: https://salsa.debian.org/debian/scite.git ++Build-Depends: debhelper-compat (= 13), libgtk-3-dev, libglib2.0-dev, liblua5.4-dev ++Package-List: ++ scite deb editors optional arch=any ++Files: ++ 00000000000000000000000000000000 1 scite.orig.tar.gz ++ 00000000000000000000000000000000 1 scite+stackrpms.debian.tar.xz ++Original-Maintainer: Michael Vogt <mvo@debian.org> +diff -x '.*.swp' -Naur salsa/scite/debian/_service stackrpms/scite/debian/_service +--- salsa/scite/debian/_service 1969-12-31 19:00:00.000000000 -0500 ++++ stackrpms/scite/debian/_service 2023-11-16 10:47:47.388816607 -0500 @@ -0,0 +1,24 @@ +<services> + <service name="tar_scm"> @@ -901,7 +897,7 @@ diff -x '.*.swp' -Naur scite.salsa/debian/_service stackrpms/scite/debian/_servi + <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param> + <param name="subdir">scite/debian</param> + <param name="filename">debian</param> -+ <param name="revision">scite-bump</param> ++ <param name="revision">master</param> + <param name="version">_none_</param> + </service> + <service name="recompress"> @@ -911,28 +907,28 @@ diff -x '.*.swp' -Naur scite.salsa/debian/_service stackrpms/scite/debian/_servi + <service name="download_url"> + <param name="protocol">https</param> + <param name="host">www.scintilla.org</param> -+ <param name="path">scite531.tgz</param> -+ <param name="filename">scite_5.3.2.orig.tar.gz</param> ++ <param name="path">scite539.tgz</param> ++ <param name="filename">scite_5.3.9.orig.tar.gz</param> + </service> + <service name="extract_file"> + <param name="archive">*.tar.xz</param> + <param name="files">*/*.dsc</param> + </service> +</services> -diff -x '.*.swp' -Naur scite.salsa/debian/source/lintian-overrides stackrpms/scite/debian/source/lintian-overrides ---- scite.salsa/debian/source/lintian-overrides 2022-07-11 14:49:34.810997853 -0400 -+++ stackrpms/scite/debian/source/lintian-overrides 2022-04-18 14:47:52.938861975 -0400 -@@ -1,4 +1,3 @@ --scite source: source-is-missing [scintilla/doc/ScintillaDoc.html] --scite source: source-is-missing [scite/doc/PaneAPI.html] --scite source: source-is-missing [scite/doc/ScriptLexer.html] --scite source: source-is-missing [scintilla/doc/SciCoding.html] +diff -x '.*.swp' -Naur salsa/scite/debian/source/lintian-overrides stackrpms/scite/debian/source/lintian-overrides +--- salsa/scite/debian/source/lintian-overrides 2023-07-31 11:35:56.033600691 -0400 ++++ stackrpms/scite/debian/source/lintian-overrides 2023-11-16 10:48:03.029007946 -0500 +@@ -2,3 +2,7 @@ + scite source: source-is-missing [scite/doc/PaneAPI.html] + scite source: source-is-missing [scite/doc/ScriptLexer.html] + scite source: source-is-missing [scintilla/doc/SciCoding.html] ++# stackrpms,4 +national-encoding debian/SciTEGlobal.properties +invalid-field-for-derivative +invalid-devuan-version -diff -x '.*.swp' -Naur scite.salsa/debian/stackrpms.lua stackrpms/scite/debian/stackrpms.lua ---- scite.salsa/debian/stackrpms.lua 1969-12-31 19:00:00.000000000 -0500 -+++ stackrpms/scite/debian/stackrpms.lua 2022-04-18 14:47:52.938861975 -0400 +diff -x '.*.swp' -Naur salsa/scite/debian/stackrpms.lua stackrpms/scite/debian/stackrpms.lua +--- salsa/scite/debian/stackrpms.lua 1969-12-31 19:00:00.000000000 -0500 ++++ stackrpms/scite/debian/stackrpms.lua 2023-08-19 17:16:15.202653929 -0400 @@ -0,0 +1,278 @@ +-- DESCRIPTION: +-- Unicode hexadecimal table: https://example.com/copied/unicode.html |