Re: wstring double quotes to string double quotes

2018-04-20 Thread ag0aep6g via Digitalmars-d-learn
On 04/20/2018 09:45 AM, Joel wrote: On Friday, 20 April 2018 at 02:46:14 UTC, Jonathan M Davis wrote: [...] please create a bug report [...] Done. For reference, that was . But someone else was faster and filed

Re: wstring double quotes to string double quotes

2018-04-20 Thread Jonathan M Davis via Digitalmars-d-learn
On Friday, April 20, 2018 07:45:14 Joel via Digitalmars-d-learn wrote: > On Friday, 20 April 2018 at 02:46:14 UTC, Jonathan M Davis wrote: > > On Thursday, April 19, 2018 23:24:05 Joel via > > > > Digitalmars-d-learn wrote: > >> On Thursday, 19 April 2018 at 21:57:28 UTC, Adam D. Ruppe > >> > >>

Re: wstring double quotes to string double quotes

2018-04-20 Thread Joel via Digitalmars-d-learn
On Friday, 20 April 2018 at 02:46:14 UTC, Jonathan M Davis wrote: On Thursday, April 19, 2018 23:24:05 Joel via Digitalmars-d-learn wrote: On Thursday, 19 April 2018 at 21:57:28 UTC, Adam D. Ruppe wrote: > [...] That worked! Thanks Adam. Given that these functions really shouldn't be throw

Re: wstring double quotes to string double quotes

2018-04-19 Thread Jonathan M Davis via Digitalmars-d-learn
On Thursday, April 19, 2018 23:24:05 Joel via Digitalmars-d-learn wrote: > On Thursday, 19 April 2018 at 21:57:28 UTC, Adam D. Ruppe wrote: > > On Thursday, 19 April 2018 at 21:53:52 UTC, Joel wrote: > >> I have a program that uses string double quotes, but copies > >> from wstring double quotes.

Re: wstring double quotes to string double quotes

2018-04-19 Thread Joel via Digitalmars-d-learn
On Thursday, 19 April 2018 at 21:57:28 UTC, Adam D. Ruppe wrote: On Thursday, 19 April 2018 at 21:53:52 UTC, Joel wrote: I have a program that uses string double quotes, but copies from wstring double quotes. The wstring double quotes are in string type (sourceTxt is a string with wstring

Re: wstring double quotes to string double quotes

2018-04-19 Thread Adam D. Ruppe via Digitalmars-d-learn
On Thursday, 19 April 2018 at 21:53:52 UTC, Joel wrote: I have a program that uses string double quotes, but copies from wstring double quotes. The wstring double quotes are in string type (sourceTxt is a string with wstring double quotes). quotes are quotes, you don't need to convert to