On 10/29/2014 03:33 PM, hinstance at yandex.ru wrote: > I believe that whoever came up with new strings overcomplicated it > Consider Java and C# : they do not store encoding in string variables Yep. dynamically encoded Strings are a nice feature if done appropriately. But I don't think they are strictly necessary. -Michael