Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+3)

I just want to chime to signal interest in "more than ASCII". In my case this would be the German umlauts (äöüßÄÖÜ).

I would love to introduce Decker as a vehicle for tiny tools at my workplace. The situation there is probably typical for enterprise offices: Windows, Microsoft Office, the only option for automation being Microsoft Power*. Another option would be Python, but this lacks a nice GUI and all-in-one appearance.

(+4)

Decker 1.54 now supports the complete German alphabet out of the box. (Even the bleeding-edge and rarely-necessary capital form of eszett!)

(+2)

This is a very neat solution. With different translation tables you can have support for other languages, and you can easily test to see if translation failed: if you're on a Korean version of Decker and tried to load a deck that uses Latin1 characters, those would translate to the invalid Unicode character. It's "yet another standard" but it's an internal standard only, so some deliberate incompatibility doesn't seem that painful.

Chinese is still out, of course. Hiragana+Katakana doesn't fit, but Hiragana would on its own and you could sometimes use a Katakana font. The entire Cyrillic subset of Unicode wouldn't fit, but the top 8 Cyrillic languages altogether only need 110 letters. Right-to-left languages would fit in the translation tables but have other bigger problems with rendering.