isValidDchar

Thomas Kuehne thomas-dloop at kuehne.cn
Thu Jun 1 10:57:21 PDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chris Miller schrieb am 2006-05-30:

<snip>

> Furthermore, if possible, perhaps all the char, wchar and dchar init`s  
> should be the same illegal value so that (dchar.init == char.init), and  
> other combinations.

That isn't technically possible.

"\u0000" -> isn't illegal
"\u00FF" -> isn't illegal
"\uFFFF" -> is illegal

0xFF (char) -> is illegal
0xFF (wchar) -> isn't illegal

0x0 (char) -> isn't illegal
0x0 (wchar) -> isn't illegal

Thomas


-----BEGIN PGP SIGNATURE-----

iD8DBQFEfvbi3w+/yD4P9tIRAj6QAKC5bDzgYWyIElj14hszRWciO67YMACeMPd+
Yp3lIbqx0LxKcFaNOaxR/Ko=
=pYSa
-----END PGP SIGNATURE-----



More information about the Digitalmars-d mailing list