Commit 3283956
Add Windows-only test for libedax initialization with non-ASCII book file paths (#902)
* Initial plan
* Add Windows-only test for non-ASCII book file path initialization
Co-authored-by: sensuikan1973 <23427957+sensuikan1973@users.noreply.github.com>
* dart fix . --apply
* Use Windows ACP (systemEncoding) instead of UTF-8 when building char* for libedax args.
Keeps edax-reversi C code unchanged while fixing non-ASCII path handling on Windows.
* mild fix
* mild fix
* debug
* remove Windows-specific handling in toCharPointer method
* tmp
* update
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sensuikan1973 <23427957+sensuikan1973@users.noreply.github.com>
Co-authored-by: sensuikan1973 <sensuikan1973@gmail.com>1 parent 2f69fac commit 3283956
3 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
459 | 478 | | |
460 | 479 | | |
461 | 480 | | |
| |||
0 commit comments