X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <59728009.7010801@gmx.de> Date: Sat, 22 Jul 2017 00:28:25 +0200 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com]" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGPP doesn't support std::wstring? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:dd7Dl/mvDSQjTZfo7XXNfT/Hg7TRtTf4pzC29Vu3oyENm4R2EK8 Uc1+zAylEx3MTio1JFXBWg4iRn4gWXeafXh0vLqCV6UvABRdlAJ0jcNrqlV7InFbJnGOHaL p9X7npMmdEOT56Y78isGj2rPCz9stlipoINSWVF80oSq+g38pqVlm5FXwYLJWfXfTvp3v/G Fe+QWDO8jStmcx90YfzXg== X-UI-Out-Filterresults: notjunk:1;V01:K0:SUUEVAiG/6U=:bk0LGNNAHgshaILgDsTCTk a9xWwI01s7IyvLKmB8BCoAzVmCzAck8pSc8Wjfk5e/48c24ZvkdqBmgIFx2paIfVKb9FVAYrO 2uRv9NonObbXwxfxXIjM5qnfpu00TOvwce7tko9LGbnW4YM+puoTMUeLifLMvKUlqmtacNb9J 6S4Um7sjKwdhMkXA8ZZEg/aAIyuvYsVpjKSw4O6piocSWX8XGUBUYvJMAdo3201J8aqPyCPwh ILrPTk/4xRZR/ABzHRpldlVZ0TzZmIHquvjjkrLpFtGXpt4efDLvjnBJ+qk8GYz15vv8ax7N3 /kzxPVzK4e3DO3WEeqa6J1KrLUJ7L0GbD9F67H5L4srURJEQQAVqZorcgSSG8Ov10pOpPEFbO pAd2DSyTAnypacLZxoQTZYD8paxTjKy+dhGtn7XByEXE7xNqJtFE39XJkiwWgqvsjlSQxUVKv P2LN07pA2yi+OfSwyyVDUEVIy7MmcaFjBsYXxvAt0PqfqdWn92F2krBpQJwHUD+WVuRUqLvca TTP1bYey/e8ssAomrDWYts0q7SnOFSTgK9Bu/toh2IuRe6e2ysgvmh18g809XGGMaheAZpS5J DXQXyPpMtqpibDED8IN6v7MAGahS9DQaY4gZoQqyQuNpmW8fDgtJWG/OTGImBwEC9YO1K0UoG S5v8a1+Zexhxm/VeyKfFPQT7AohF4qo3JG96XdqApbAXurp6Fvs1g5REuioN+j4MLfd27vVES ICE9dAkrw9cABPRvprwI9Slb4nmPmZ0LJdEIsqYgXGjXPQh25NxXwu0K6NaSzwFDz5V91ZPc2 ufDfJq1B11W01ENqlrOl7ztMCdnPxmM4xueSN81UmB7xyj60gs= Reply-To: djgpp AT delorie DOT com 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