AlDanial

Results 89 comments of AlDanial

I'm at a loss. cloc now writes `.zip` archives on Windows but still getting "cannot access the file because it is being used by another process" from my extractor (I'm...

Heads up: the time is nearing for a new release so I'll finally put this in motion. Should happen before the end of June.

Are you able to view https://github.com/AlDanial/cloc/actions/runs/15810264520/job/44560625591#step:5:27 ? The `create_release` job failed at "Get artifact URL".

OK! I'll give this another shot at the next release.

This problem will be difficult for me to fix since I won't be able to test the correctness of my changes. Can you install a Perl interpreter (eg https://strawberryperl.com/) on...

Let's tackle this in steps. At the moment cloc still does / -> \ and uses the upper_lower_map. However I added a new option to take an arbitrary encoding so...

Let's start with the basics. Save this small program to your Windows computer and let me know if it can read the problematic files you mentioned above: ``` #!/usr/bin/env perl...

Thanks for the code diff. I'll need a couple of days to study this.

@nickjp-personal I am OK with your patch. Is it reasonable to restrict the use of `decode("cp932", ...)` and `encode("cp932", ...)` to be used only when `--file-encoding cp932` is given? Regarding...