On Thursday, 28 January 2016 at 13:18:55 UTC, pineapple wrote:
I experimented with using the character 'ħ' in a variable name, and wasn't terribly surprised when the compiler didn't like it. What did surprise me is that I still got a compile error even when the character was in a comment. Is there any way to make dmd not get fussy about unicode?

Oh, don't mind me. Turns out the problem was nothing to do with 'ħ', somehow a '-' that wasn't actually a '-' found its way into my code and was confusing my numeric literals. All is well here.

Reply via email to