Commit 1a770ab
committed
Enable customization of default ASCII character
Previously, the character used when a byte falls outside of the ASCII printable range was hardcoded to a period (`.`). This commit adds a getter and setter to enable its customization.1 parent 3c5127f commit 1a770ab
2 files changed
Lines changed: 26 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
157 | 172 | | |
158 | 173 | | |
159 | 174 | | |
| |||
941 | 956 | | |
942 | 957 | | |
943 | 958 | | |
944 | | - | |
| 959 | + | |
945 | 960 | | |
946 | 961 | | |
947 | 962 | | |
| |||
978 | 993 | | |
979 | 994 | | |
980 | 995 | | |
981 | | - | |
| 996 | + | |
982 | 997 | | |
983 | 998 | | |
984 | 999 | | |
| |||
1176 | 1191 | | |
1177 | 1192 | | |
1178 | 1193 | | |
1179 | | - | |
| 1194 | + | |
1180 | 1195 | | |
1181 | 1196 | | |
1182 | 1197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
328 | 332 | | |
329 | 333 | | |
330 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
331 | 338 | | |
332 | 339 | | |
333 | 340 | | |
| |||
405 | 412 | | |
406 | 413 | | |
407 | 414 | | |
| 415 | + | |
408 | 416 | | |
409 | 417 | | |
410 | 418 | | |
| |||
0 commit comments