Adding Unicode operators to D

ore-sama spam at here.lot
Sat Oct 25 01:43:28 PDT 2008


Bill Baxter Wrote:

> I did that but "type <filewith-utf8.txt>"  still prints garbage.
> 
> --bb

if application prints garbage, this indicates that it's implemented incorrectly or it's not encodings-aware. Correctly implemented application should transcode text to OCP before printing to console. This is what std.stdio.writef is supposed to do.


More information about the Digitalmars-d-announce mailing list