
4 Apr
2011
4 Apr
'11
9:41 a.m.
2011/4/4 Ketil Malde
I think the safest thing to do is to require source to be ASCII, and provide escapes for code points >127...
I used to think that until I realised it meant having -- Author: Ma\xef N\xe5me In code, single characters aren't bad (does Haskell have something like Python's named escapes ("\N{small letter a with ring}"?) but reading UI strings is less fun. Also, unicode symbols for -> and the like are becoming more popular. --Max