Tag Archives: ICU

ICU Wrapper for VASmalltalk mentioned

Hey, that’s cool. My wrapper for the ICU library for VASmalltalk has been mentioned at the ICU project

Posted in Smalltalk | Tagged , | Leave a comment

VASmalltalk – ICU and its Universal Time Scale

The Universal Time Scale api available in ICU has only three calls: one call for get meta information about a different time scale unit (Java, .NET, DB2, Mac, Excel) one call for converting to an external time scale unit one … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

VASmalltalk – ICU 51.2 support

I uploaded a new version of my ICU wrapper to vastgoodies.com. The version 08.05.02-51.02.48 is now supporting the ICU 51.2 libraries and also implements the UniversalTimeScale api calls.

Posted in Smalltalk | Tagged , , | Leave a comment

VASmalltalk – ICU 08.05.02-49.01.21

I’ve just published a new version to VastGoodies – the first one after the Pharo/Squeak port and introduces some of the structures from there. As the Pharo version now the VA version reconfigures itselfs according to the libraries it may … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

VASmalltalk – Daylight Saving Time and ICU support

To get rid of these problems with DST I changed the startUp of ICU MSKICUApp>>startUp | estzd | MSKLocale clearCurrent. “Patching the errors in 8.5.2 – does nothing on earlier releases” “nicer way – thanks to Tom Koschate” estzd := … Continue reading

Posted in Smalltalk | Tagged , , | 3 Comments

ICU: Initial source code for Squeak/Pharo.

After one week of learning Squeak/Pharo and NativeBoost I published the first (in development) version of my ICU wrapper based on my wrapper fro VASmalltalk. Its available at SqueakSource2. It also needs the source code from the MSK-OS-Interface, which gives … Continue reading

Posted in Smalltalk | Tagged , , , | Leave a comment

ICU under VASmalltalk and Squeak/Pharo

After we interviewed Igor Stasenko about NativeBoost – a FFI implementation for Pharo/Squeak I took a closer look at it and looked for projects testing it. I found two projects I actually would need in the future: 0MQ as a … Continue reading

Posted in Smalltalk | Tagged , , , , | Leave a comment

VASmalltalk – ICU 49.1.2

I’ve just checked, that the VASmalltalk code at vastgoodies works against the ICU4C release 49.1.2, published at 2012/06/06 without problems …

Posted in Smalltalk | Tagged , , | Leave a comment

VASmalltalk – ICU 4.9.1 released

I’ve uploaded the actual ICU wrapper code to vastgoodies.com and it works with ICU 4.9.1, which has been released last week.

Posted in Smalltalk | Tagged , | Leave a comment

VASmalltalk – ICU and CharsetDetection

I’ve not posted anything for ICU over the time. I’ve changed to ICU49 and most of the tests were pretty green. Some changed from yellow to green, some stayed yellow – because I would expect a different result, but the … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment