http://d.puremagic.com/issues/show_bug.cgi?id=10774
--- Comment #1 from [email protected] 2013-08-07 14:05:20 PDT --- Also, a workaround: import std.utf; import std.stdio; import std.range; void main() { auto str = "石室詩士施氏,嗜獅,誓食十獅。"d; auto indStr = str.indexed(iota(str.count)); writeln(indStr); readln(); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
