|
4 | 4 | Write to `io` (or to the default output stream `stdout` if `io` is not given) a binary
|
5 | 5 | unicode representation of `A` , filling values that are `true` or greater than zero.
|
6 | 6 |
|
7 |
| -The printing method can be specified by passing either `:braille` or `:block`. |
8 |
| -The default is `:$DEFAULT_METHOD`. |
| 7 | +The printing method can be specified by passing either `:braille`, |
| 8 | +`:block`, `:quadrant`, `:sextant`, or `:octant`. The default is |
| 9 | +`:$DEFAULT_METHOD`. (Note that `:octant` requires either a font or a |
| 10 | +terminal emulator that supports Unicode 16; otherwise the output will |
| 11 | +look strange.) |
9 | 12 |
|
10 | 13 | # Example
|
11 | 14 | ```julia-repl
|
|
41 | 44 | Write to `io` (or to the default output stream `stdout` if `io` is not given) a binary
|
42 | 45 | unicode representation of `A` , filling values for which `f` returns `true`.
|
43 | 46 |
|
44 |
| -The printing method can be specified by passing either `:braille` or `:block`. |
45 |
| -The default is `:$DEFAULT_METHOD`. |
| 47 | +The printing method can be specified by passing either `:braille`, |
| 48 | +`:block`, `:quadrant`, `:sextant`, or `:octant`. The default is |
| 49 | +`:$DEFAULT_METHOD`. (Note that `:octant` requires either a font or a |
| 50 | +terminal emulator that supports Unicode 16; otherwise the output will |
| 51 | +look strange.) |
46 | 52 |
|
47 | 53 | # Example
|
48 | 54 | ```julia-repl
|
|
80 | 86 | Return a string containing a binary unicode representation of `A` , filling values that are
|
81 | 87 | `true` or greater than zero.
|
82 | 88 |
|
83 |
| -The printing method can be specified by passing either `:braille` or `:block`. |
84 |
| -The default is `:$DEFAULT_METHOD`. |
| 89 | +The printing method can be specified by passing either `:braille`, |
| 90 | +`:block`, `:quadrant`, `:sextant`, or `:octant`. The default is |
| 91 | +`:$DEFAULT_METHOD`. (Note that `:octant` requires either a font or a |
| 92 | +terminal emulator that supports Unicode 16; otherwise the output will |
| 93 | +look strange.) |
85 | 94 |
|
86 | 95 | # Example
|
87 | 96 | ```julia-repl
|
|
113 | 122 | Return a string containing a binary unicode representation of `A`, filling values for which
|
114 | 123 | `f` returns `true`.
|
115 | 124 |
|
116 |
| -The printing method can be specified by passing either `:braille` or `:block`. |
117 |
| -The default is `:$DEFAULT_METHOD`. |
| 125 | +The printing method can be specified by passing either `:braille`, |
| 126 | +`:block`, `:quadrant`, `:sextant`, or `:octant`. The default is |
| 127 | +`:$DEFAULT_METHOD`. (Note that `:octant` requires either a font or a |
| 128 | +terminal emulator that supports Unicode 16; otherwise the output will |
| 129 | +look strange.) |
118 | 130 |
|
119 | 131 | # Example
|
120 | 132 | ```julia-repl
|
|
0 commit comments