-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when using Jadeite unicode comparison mode is required, so use enable…
…UnicodeCompares.topaz in test_rowanV3_alpha.sh
- Loading branch information
1 parent
64e9acd
commit 14260e3
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters