X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Subject: Re: DJGPP doesn't support std::wstring? To: djgpp AT delorie DOT com References: <59728009 DOT 7010801 AT gmx DOT de> <5ba63d08-999c-db29-3e59-5feca8f71c38 AT iki DOT fi> <597482DE DOT 2010800 AT gmx DOT de> From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: Date: Sun, 23 Jul 2017 14:50:40 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <597482DE.2010800@gmx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 07/23/2017 02:05 PM, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com] wrote: > Am 22.07.2017 18:16, schrieb Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]: >> On 07/22/2017 01:28 AM, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com] wrote: >>> Am 21.07.2017 14:56, schrieb Andrew Wu (andrewwu DOT tw AT gmail DOT com) [via djgpp AT delorie DOT com]: >>> [snip] >>>> >>>> Any method to support wstring in DJGPP? >>> [snip] >>> >>> No, if no one implements this stuff from scratch. >>> DJGPP 2.05 with gcc 7.1.0 has never supported neither wide characters nor multi byte strings. >>> This is also true for any previous version of DJGPP no matter what gcc version has been used. >>> It is very unlikely that some developer will volunteer to implement this stuff for DJGPP. >>> In the very best case you will have to find some auxiliar library that provides the missing >>> functionality. But I doubt that that will solve all issues. >>> >>> Regards, >>> Juan M. Guerrero >>> >> There was actually implementation of wide character support almost 20 years ago. Some of mails >> at DJGPP workers (not all of them) are >> >> http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp-workers/1998/09/10/18:45:06 >> >> http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp-workers/1998/09/15/09:53:11 >> >> http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp-workers/1998/09/11/13:02:03 >> >> Original URL from last of these mails do not respond now and it did no more contain the files >> when I looked last time long ago as far as I remember. >> >> The problem is that that nobody took the work of actually integrating these additions in DJGPP >> libc then. Good news is that I still have these files laying around >> >> http://ap1.pp.fi/djgpp/misc/ >> >> I raised this topic before releasing DJGPP v2.05. It was then decided to postpone it. >> >> Andris >> > > > Some remarks about the code: This is was unedited archive from very end last century, so not surprising that we have different requirements now almost 20 years later. I have not looked into details of the patch from the previous message. I still think that we need to get in what we already have separately. Andris