December 05, 2011 Issues » [Issue 7054] writef formats strings containing UTF-8 multibyte characters to the wrong width | |||
|---|---|---|---|
| |||
...format.html "Specifies the minimum field width. If the width is a *, the next argument... | |||
December 02, 2011 Issues » [Issue 7054] New: formatting fixed width string fields w/utf | |||
|---|---|---|---|
| |||
...width = 10; auto len = t.length; auto utflen = std.utf.count (t); auto tlen = width... | |||
November 23, 2011 General » Re: Website message overhaul, pass 2 | |||
|---|---|---|---|
| |||
...its width depending on your browser window, not force itself to an insanely narrow width... | |||
November 21, 2011 General » Re: Website message overhaul, pass 2 | |||
|---|---|---|---|
| |||
...screen. Please use something like:
body {
max-width: 1300px;
margin: 0px auto;
}
This won't... | |||
November 03, 2011 Announce » Re: DMagick image processing with D. | |||
|---|---|---|---|
| |||
...pixels = new T[area.width*area.height]; Here you're allocating width*height, but you... | |||
November 03, 2011 Announce » Re: DMagick image processing with D. | |||
|---|---|---|---|
| |||
...format("%sx%s%+ld%+ld ",
imageRef.page.width, imageRef.page.height,
imageRef.page.x, imageRef... | |||
October 18, 2011 Issues » Re: Possible bug with dynamic rectangular array initialization | |||
|---|---|---|---|
| |||
...r.length = width;
Write it like:
foreach (i, ref r; grid)
{
r.length = width;
Because... | |||
October 09, 2011 General » Re: Formal Review of std.regex (FReD) | |||
|---|---|---|---|
| |||
...machine code or bytecode respectively for character width of Char. All of the 6 versions... | |||
October 09, 2011 General » Re: Color your terminal's output | |||
|---|---|---|---|
| |||
...Some improvements to be done: -Autodetect terminal width -test on windows -use isatty and produce... | |||
October 07, 2011 General » Re: Color your terminal's output | |||
|---|---|---|---|
| |||
...modify the current line. +Points if it properly handles terminal width and resizing. -- Johannes Pfau | |||
Copyright © 1999-2021 by the D Language Foundation