=?iso-8859-1?q?Re:_assert(_'=B5'_==_-75_)?=
On Aug 6, 11:33 pm, "Thomas J. Gritzan" <Phygon_ANTIS...@gmx.de>
wrote:
James Kanze schrieb:
On Aug 6, 7:17 pm, "Victor Bazarov" <v.Abaza...@comAcast.net> wrote:
[...]
The standard (I suppose you mean the C++ Standard) says nothing about
any specific encoding of characters.
It also doesn't guarentee the availability of any characters
other than those in the basic character set. My machines at
work are configured to use ISO 8859-1, for example, and there's
no way he can get a mu in a narrow character.
On my Linux box with ISO 8859-1 I get a mu with Alt-GR+m.
Also, there is:
http://de.wikipedia.org/wiki/ISO_8859-1
"B5" is =B5 (mu). What other ISO 8859-1 do you have that has no mu?
Sometimes, even verifying before posting doesn't work. I
actually grepped for the string MU, and the only character which
came up was 0xD7 MULTIPLICATION SIGN. There is no MU in ISO
8859-1, according to ISO (or at least, according to the Unicode
translation tables I downloaded from the Unicode site), BUT...
There is a character 0xB5 MICRO SIGN, and if that isn't exactly
the same thing as a mu, I don't know. Except of course that
grep MU won't find it:-). In context, of course, what the OP
really wants is the micro sign, and not mu. Supposing that
there is a difference.
So "\u00B5" should work, provided the fonts and the locales are
set up for ISO 8859-1 (or 8859-15).
--
James Kanze (GABI Software) email:james.kanze@gmail.com
Conseils en informatique orient=E9e objet/
Beratung in objektorientierter Datenverarbeitung
9 place S=E9mard, 78210 St.-Cyr-l'=C9cole, France, +33 (0)1 30 23 00 34