On Sunday, September 25, 2011 21:51:49 Andrei Alexandrescu wrote: > On 9/25/11 8:41 PM, bearophile wrote: > > Andrei Alexandrescu: > >> http://erdani.com/d/web/phobos-prerelease/std_benchmark.html > > > > Is the micron symbol visible on Windows too? > > Ionno, haven't tried.
core.time.Duration has alwayse used the micron symbol in its toString. Worst case, I would think that you'd get a box or other symbol which indicates that the symbol is unknown, and since the micron symbol is the only one used which isn't ASCII, it'll be fairly obvious what it was meant to be. - Jonathan M Davis
