Re: No Ascii?
Posted: Wed Aug 24, 2016 6:10 pm
I mean any application that sends, reads or processes text as it's primary role.Fred wrote:What do you mean by real world application ?
This is not really about encoding, it is about choice.
For a long time now PB has built unicode applications by default, it's been checked in the preferences and therefore became the default for new files. I always unchecked this, but I am quite sure many users did not. That being said, most users operate within the 'bubble' of PB's built in libs, and for simple applications that use text without needing to know how to process or parse that text themselves using pointers, this would seem to be fine, for those people.
There is also overhead. Do not unicode programs which rely heavily on embedded string tables increase the size of executables? Does not allocating strings internally using unicode use twice as much memory? Negligible perhaps, but true nevertheless. If you have an application available on your own web server, does this not mean you are using more bandwidth offering that file for download? I guess it all depends on what you are developing.
I'm not complaining for complaining's sake, I am merely defending what I consider is my right to choose, a choice I no longer have.