cpplib utf8, status?

2010-04-26 Thread Janek Kozicki
experimental one, I would like to try it. (debian squeeze) thank you for your time to answer me, -- Janek Kozicki http://janek.kozicki.pl/ |

Re: cpplib utf8, status?

2010-04-26 Thread Janek Kozicki
do I modify this code, to get it to work, and actually use the -fextended-identifiers option: // g++ -fextended-identifiers -o z z.cpp #include int main() { double Δ_velocity(0); std::cout << "Δ_velocity= " << Δ_velocity << "\n"; } best

Re: cpplib utf8, status?

2010-04-26 Thread Janek Kozicki
k testing purposes, I can use UTF8 symbols for variable names in C++, even though the code is totally not portable, it will work locally, and will help me a lot in writing physical stuff. -- Janek Kozicki http://janek.kozicki.pl/ |

Re: cpplib utf8, status?

2010-04-28 Thread Janek Kozicki
n the source code, where I could add such a filter, please tell me where it is. Perhaps I'll try to make a patch for that. best regards -- Janek Kozicki http://janek.kozicki.pl/

Re: cpplib utf8, status?

2010-04-28 Thread Janek Kozicki
ready points to this thread, so it's easy to find this answer anyways. Now if only I knew where to implement that perl filter inside gcc's source code. I'd would perhaps give it a try :) -- Janek Kozicki http://janek.kozicki.pl/ |