Skip to content

Commit

Permalink
when using Jadeite unicode comparison mode is required, so use enable…
Browse files Browse the repository at this point in the history
…UnicodeCompares.topaz in test_rowanV3_alpha.sh
  • Loading branch information
dalehenrich committed Oct 10, 2023
1 parent 64e9acd commit 14260e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bin/enableUnicodeCompares.topaz
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/env superdoit_topaz
#
#

set u SystemUser p swordfish

login

run
"enable unicode comparison mode ... note that unicode comparison mode does
not take effect until the next login ... enableUnicodeComparisonMode is
preferred method, but may not be present in all versions of GemStone that
may use this script."
Globals at: #StringConfiguration put: Unicode16.
System commit.
GsFile stdout nextPutAll: 'Unicode comparison mode enabled.'; lf
%

2 changes: 2 additions & 0 deletions tests/test_rowanV3_alpha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ gslist.solo -l
if [ "$template" = "minimal_rowan" ] ; then
cd $STONES_HOME/$registry/stones/$stoneName

# turn on unicodeComparisonMode required by Jadeite
enableUnicodeCompares.topaz -lq
# attach stone to the Rowan projects that are part of the base image
bin/attachRowanDevClones.stone --projectsHome=$STONES_HOME/$registry/gs_projects $*
# install GsDevKit_stones using Rowan installProject.stone script
Expand Down

0 comments on commit 14260e3

Please sign in to comment.