- Notifications
You must be signed in to change notification settings - Fork5
Commit1ed7f0e
committed
Fix indentation of \d footers for non-ASCII cases.
Multi-line "Inherits:" and "Child tables:" footers were misindented whenthose strings' translations involved multibyte characters, because we wereusing strlen() instead of an appropriate display width measurement.In passing, avoid doing gettext() more than once per loop in these places.While at it, fix pg_wcswidth(), which has been entirely broken since about8.2, but fortunately has been unused for the same length of time.Report and patch by Sergey Burladyan (bug #6480)1 parent9088d1b commit1ed7f0e
3 files changed
+29
-21
lines changedLines changed: 19 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2156 | 2156 |
| |
2157 | 2157 |
| |
2158 | 2158 |
| |
2159 |
| - | |
2160 |
| - | |
2161 |
| - | |
2162 | 2159 |
| |
2163 | 2160 |
| |
| 2161 | + | |
2164 | 2162 |
| |
2165 |
| - | |
2166 |
| - | |
2167 |
| - | |
2168 |
| - | |
2169 |
| - | |
2170 |
| - | |
| 2163 | + | |
2171 | 2164 |
| |
2172 |
| - | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
2173 | 2180 |
| |
2174 |
| - | |
2175 | 2181 |
| |
2176 | 2182 |
| |
2177 | 2183 |
| |
| |||
2198 | 2204 |
| |
2199 | 2205 |
| |
2200 | 2206 |
| |
| 2207 | + | |
2201 | 2208 |
| |
2202 | 2209 |
| |
2203 | 2210 |
| |
| |||
2206 | 2213 |
| |
2207 | 2214 |
| |
2208 | 2215 |
| |
2209 |
| - | |
2210 |
| - | |
| 2216 | + | |
2211 | 2217 |
| |
2212 | 2218 |
| |
2213 | 2219 |
| |
|
Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
171 |
| - | |
172 |
| - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
173 | 174 |
| |
174 | 175 |
| |
175 |
| - | |
| 176 | + | |
176 | 177 |
| |
177 | 178 |
| |
178 | 179 |
| |
| |||
181 | 182 |
| |
182 | 183 |
| |
183 | 184 |
| |
184 |
| - | |
185 |
| - | |
| 185 | + | |
| 186 | + | |
186 | 187 |
| |
187 | 188 |
| |
188 |
| - | |
189 |
| - | |
| 189 | + | |
190 | 190 |
| |
191 | 191 |
| |
| 192 | + | |
192 | 193 |
| |
| 194 | + | |
193 | 195 |
| |
194 | 196 |
| |
195 | 197 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
0 commit comments
Comments
(0)