www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - dchar issues?

reply Lionello Lunesu <lio lunesu.remove.com> writes:
Hi.. I think these are bugs, but I'm not entirely sure:

#void main() {


~= wchar










First of all: since I'm allowed to write "r ~= dchar", I should also be 
allowed to do the same with a constant, '\u6211'. This probably got 
posted before.

The second one seems similar: it compiles without complaint, but it's 
not correctly appending the 2-byte dchar to the char[].

These issues seem too common not be known. Should I post them in bugzilla?

L.
Apr 20 2006
parent reply Deewiant <deewiant.doesnotlike.spam gmail.com> writes:
Lionello Lunesu wrote:
 These issues seem too common not be known. Should I post them in bugzilla?
 
 L.
Rule of thumb: if it is not in the Bugzilla, and it is a bug, post it in the Bugzilla. So I would guess, yes.
Apr 20 2006
parent Lionello Lunesu <lio lunesu.remove.com> writes:
 Rule of thumb: if it is not in the Bugzilla, and it is a bug, post it in the
 Bugzilla.
Bug 111 ;)
Apr 20 2006