Re: Howto make another convertion with _identifiers_ following '#' in libcpp

2007-12-07 Thread Zack Weinberg
Lijuan Hai wrote: > > I have a plan to convert UCN to alphabet instead of UTF8 in > GCC-4.2.0, and already handled it in libcpp. I would like to offer advice, but I don't understand what you are trying to do. You say you want to "convert UCN[s] to [an] alphabet instead of UTF8" but that doesn't m

Howto make another convertion with _identifiers_ following '#' in libcpp

2007-12-07 Thread Lijuan Hai
Hi all, I have a plan to convert UCN to alphabet instead of UTF8 in GCC-4.2.0, and already handled it in libcpp. But I encountered a problem when compiling the code like following: ---cut--- 1: #define str(t) #t 2: int foo() 3: { 4:char* cc = str(\u1234); 5: