Re: [Bioc-devel] Windows, normalizePath(), and non-ASCII characters

2018-06-01 Thread Mike Smith
Hi Val, I think I achieved some resolution, if not total clarity. It's to do with the encoding of the of the two path variables: > Encoding(path1) [1] "unknown" > Encoding(path2) [1] "UTF-8" I don't understand why recursive calls to normalizePath() changes the encoding, but the combination of H

Re: [Bioc-devel] Windows, normalizePath(), and non-ASCII characters

2018-05-31 Thread Obenchain, Valerie
Hi Mike, Is this still an issue or has it been resolved? Val On 05/22/2018 02:19 PM, Mike Smith wrote: In trying to diagnose this issue at https://support.bioconductor.org/p/108548/ I've found some weird behaviour with Windows, normalizePath(), and non-ASCII characters. Essentially, if I run no

[Bioc-devel] Windows, normalizePath(), and non-ASCII characters

2018-05-22 Thread Mike Smith
In trying to diagnose this issue at https://support.bioconductor.org/p/108548/ I've found some weird behaviour with Windows, normalizePath(), and non-ASCII characters. Essentially, if I run normalizePath() recursively on a path that contains 'é' (I haven't tried other characters) something 'chang