We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d472c6 commit 77d3d30Copy full SHA for 77d3d30
stdlib/Printf/src/Printf.jl
@@ -880,8 +880,8 @@ julia> @printf "%.0f %.1f %f" 0.5 0.025 -0.0078125
880
0 0.0 -0.007812
881
```
882
883
-!!! compat "Julia 1.7"
884
- Starting in Julia 1.7, `%s` (string) and `%c` (character) widths are computed
+!!! compat "Julia 1.8"
+ Starting in Julia 1.8, `%s` (string) and `%c` (character) widths are computed
885
using [`textwidth`](@ref), which e.g. ignores zero-width characters
886
(such as combining characters for diacritical marks) and treats certain
887
"wide" characters (e.g. emoji) as width `2`.
0 commit comments