Discussion:
[unison-users] character encoding error
Greg Michael greg.addr@gmail.com [unison-users]
2018-08-21 18:37:15 UTC
Permalink
I'm regularly getting an error when I save files from a colleague who uses
cyrillic characters in his filenames

Uncaught exception Sys_error("Invalid argument")
Raised at file "./lwt/lwt.ml", line 126, characters 22-23
Called from file "./lwt/win/lwt_unix_impl.ml", line 211, characters 8-23
Called from file "./uitext.ml", line 490, characters 2-113
Called from file "./uitext.ml", line 556, characters 38-66
Called from file "./uitext.ml", line 718, characters 6-47
Called from file "./uitext.ml", line 788, characters 6-90
Called from file "./uitext.ml", line 810, characters 19-66
Called from file "./uitext.ml", line 870, characters 21-43

Version 2.48.4, Windows 10 -> windows 10

I have unicode enabled...

unicodeCS = false
unicodeEnc = false
unicode = true

Problem goes away if I rename the files. I think this was working properly
previously - could I have messed something up somewhere?

cheers,
Greg

Loading...