What is the correct format for named character entities? According to
the online specs, I should be able to write:

        dchar ch = '&';

But gdc-4.6.2 refuses to compile this; apparently it wants:

        dchar ch = '\&';

Which is right??


T

-- 
People say I'm indecisive, but I'm not sure about that. -- YHL, CONLANG

Reply via email to