Re: [Sdcc-user] wchar_t

2015-11-15 Thread Philipp Klaus Krause
On 15.11.2015 02:04, 网易 wrote: > We use bitmap to show Chinese character on pixel LCD. Actually most > MCU developers still use the old C89 when programming. So they might > do not care about wchar_t. Not surprising considering the state of standard support in the tools. GCC is doing great at C90

Re: [Sdcc-user] wchar_t

2015-11-14 Thread 网易
We use bitmap to show Chinese character on pixel LCD. Actually most MCU developers still use the old C89 when programming. So they might do not care about wchar_t. > 在 2015年11月15日,00:17,Philipp Klaus Krause 写道: > > Dear SDCC users, > > are you currently using wchar_t? > will you want to use

Re: [Sdcc-user] wchar_t

2015-11-14 Thread Alan Cox
On Sat, 14 Nov 2015 17:17:33 +0100 Philipp Klaus Krause wrote: > Dear SDCC users, > > are you currently using wchar_t? No. > will you want to use wchar_t in the future? On Z80 probably not Alan -- __

Re: [Sdcc-user] wchar_t

2015-11-14 Thread Henry Hallam
No, no, don't care :) On Nov 14, 2015 8:18 AM, "Philipp Klaus Krause" wrote: > Dear SDCC users, > > are you currently using wchar_t? > will you want to use wchar_t in the future? > what do you expect from wchar_t? > > Philipp > > > > ---