Lord wrote:
PureBasic: Rest in peace. You are not BASIC anymore.
I think It is already not BASIC for years. It's rather C with BASIC syntax and extended STL ^^
Or something like Delphi (with some C stuff also and BASIC syntax).
I don't see problem for it to be unicode-only, ASCII really is abandoned (except microcontrollers :3 but PB doesn't compile to them anyway) and it makes no sense to write pure ASCII-programs for now, even for Windows XP, unless something forces to work with ASCII, but there are many ways to deal with such cases wasting minimum efforts. Executable size of course increases, but man, strings are very minor factor of bloating, bad linker matters much more in this, for example. It is rare case for you to hardcode 500kb (250kb) of strings into exe, but PB linker easily can attach such ammount of trash and unused libraries parts.
So anyway there are many much more important things to be fixed/changed/added than string format-related.