Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

unicode support

Altera_Forum
Honored Contributor II
1,056 Views

Could someone give me any recommendations regarding unicode strings in eclipse/g++ projects for nios II. There seems to be no unicode support at all. In eclipse I can only use plain ascii files, no utf-8 or utf-16. The compiler does not handle unicode source files either. Even with ascii files one gets a compilation error when using characters like è or ä. The only way to store characters beyond 0x7f is an escape sequence, e.g. L"All\x00f4"?

0 Kudos
0 Replies
Reply