Is there any support for conversion string in a specific code page to unicode in Gemstone/S. Is it right, that Gemstone/S assumed ISO8859-1 for single-byte strings ? But this will not cover W1252 based strings. I know, that the low-level libraries Gemstone used support this feature, but it is not available in Smalltalk. Any ideas ? _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Marten, I think your best bet would be to look at GRCodec classes and
implement your own encoder ... If you do take this route, it would
make sense to publish your Codec in the Grease project for others
to use. Dale On 04/26/2017 12:15 PM, Marten
Feldtmann via Glass wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
I would rather like to use the embedded ICU libraries of your product .... Marten Dale Henrichs via Glass <[hidden email]> hat am 27. April 2017 um 19:35 geschrieben:
_______________________________________________ _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Could you submit an HR to get instructions for doing so? I assume that it is possible, but I am not familiar with the ins and outs of hooking up to the external icu libraries ... Dale On 04/27/2017 01:19 PM, Marten
Feldtmann via Glass wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Does anybody can answer this question ? _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Answer myself: System gemEnvironmentVariable: 'GEMSTONE' Sorry ... _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
$GEMSTONE should always point to the root of the product installation: System gemEnvironmentVariable: 'GEMSTONE' should do the trick.
Dale On 04/28/2017 12:09 AM, Marten
Feldtmann via Glass wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |