Symbol for mu


2003-09-24 12:15:17 AM
cppbuilder30
I print a Greek mu with this code:
#define MU "\xB5"
Label1->Font->Name = "Courier";
Label1->Font->Size = 13;
Label1->Caption = "100 microsecs is 100" MU "s";
which works OK, but fails with a user running a Chinese version
of Windows - the Chinese user sees Chinese characters for both
the mu and the following 's'. I thought that the glyphs in the
Courier font were fixed across all language versions.
What is the portable way to display a mu?