PlatformIO not building because of non ASCII characters in pathname

From what I understood from reading about this online, I understood that the reason my code wasn’t building and instead throwing me the error:

c:/users/xxx/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot open map file C:/Users/xxx/OneDrive - Collège de xxxxxxxxxxx/Session 1/Projet robotique/Voiture/Neopixels/Code/Test/.pio/build/nucleo_f072rb/firmware.map: No such file or directory
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\nucleo_f072rb\firmware.elf] Error 1

was because the pathname to the file it is trying to reach contains the non ASCII character “è”.

As seen in the current documentation:

PlatformIO Core (CLI) currently does not support projects which contain non-ASCII characters (codes) in a full path or depend on the libraries which use non-ASCII characters in their names.

I wanted to know if anyone had a workaround for this problem. Removing the non ASCII character isn’t in my power as it is the name of my OneDrive which is administered by my school.