Commit 8da3b1c
committed
fix(core): replace Unicode box drawing with cross-platform fallback
- replace hardcoded Unicode glyphs in print_boxed
- use platform-aware constants (ASCII on Windows, UTF-8 elsewhere)
- fix MSVC encoding warnings (C4566)1 parent 916259f commit 8da3b1c
1 file changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2341 | 2341 | | |
2342 | 2342 | | |
2343 | 2343 | | |
2344 | | - | |
| 2344 | + | |
2345 | 2345 | | |
2346 | 2346 | | |
2347 | | - | |
| 2347 | + | |
2348 | 2348 | | |
2349 | | - | |
2350 | | - | |
| 2349 | + | |
| 2350 | + | |
2351 | 2351 | | |
2352 | 2352 | | |
2353 | | - | |
2354 | | - | |
| 2353 | + | |
| 2354 | + | |
2355 | 2355 | | |
2356 | 2356 | | |
2357 | | - | |
| 2357 | + | |
2358 | 2358 | | |
2359 | 2359 | | |
2360 | | - | |
| 2360 | + | |
2361 | 2361 | | |
2362 | | - | |
2363 | | - | |
| 2362 | + | |
| 2363 | + | |
2364 | 2364 | | |
2365 | 2365 | | |
2366 | 2366 | | |
| |||
0 commit comments