Ever wonder what the KlipFolio development team is working on at this moment? More often than not, it?s dealing with some detail that hopefully no one ever sees.
Building a platform for intelligent awareness means dealing with hundreds of minor issues. If we make the right design choices, all the complexity is hidden from the developer and seamless to the user.
On of those (rather big) details is to handle double-byte languages seamlessly. Today, KlipFolio already supports over 37 languages.
This is great, true double-byte language support must be seamless. Take the Google news for example. It can show you news in 22 languages, and KlipFolio supports them all in the Klip. That's good. However, in our current Beta B, if you choose the language in the Klip Setup, you don't see the proper encoding of the language in the ListControl.

That's bad. We've just fixed this in the upcoming Beta C. Now, all the Klip UI controls can be created and updated using any of the hundreds of supported codepages and the full Unicode character set.
Now, when the Klip needs to display double-byte characters in a UI control, you now see this

That's good. Lots of things are going on under the hood to make this work seamlessly, and they are all hidden from the Klip developer. Not having to worry about how your application will handle other languages or network connections or XML parsing lets you focus on the important part : your content.
It just works, and that's the way we like it.
