Should this work?
    Dicebot 
    public at dicebot.lv
       
    Thu Jan  9 09:25:11 PST 2014
    
    
  
On Thursday, 9 January 2014 at 17:21:11 UTC, Manu wrote:
> money!) even when that's not a requirement. I'm dealing with 
> ascii right
> now.
Then first (and mandatory) thing to do is stop using `string` 
type and switch to `ubyte[]` (or wrapper from std.ascii)
Second thing to do then will be to complain about lack of 
`ubyte[]` specializations/overloads for most string processing 
functions ;)
    
    
More information about the Digitalmars-d
mailing list