Am 13.07.2019 um 23:16 schrieb Jean-Marc Lasgouttes <lasgout...@lyx.org>: > > Le 13/07/2019 à 22:51, Stephan Witt a écrit : >>>> BTW, while testing the console window I saw this: >>>> >>>> EILSEQ An invalid multibyte sequence has been encountered in the input. >>>> When converting from UTF-8 to UCS-4LE. >>>> Input: 0x7e 0x2f 0x4c 0x69 0x62 0x72 0x61 0x72 0x79 0x2f 0x4d 0x79 0x20 >>>> 0x4d 0x6f 0x62 0x69 0x6c 0x65 0x20 0x44 0x6f 0x63 0x75 0x6d 0x65 0x6e 0x74 >>>> 0x73 0x2f 0x43 0x6c 0x6f 0x75 0x64 0xff 0x63 0x73 0x2f 0x54 0x69 0x63 0x6b >>>> 0x65 0x74 0x2d 0x36 0x32 0x31 0x31 0x2e 0x6c 0x79 0x78 >>>> Error returned from iconv >>> >>> I’ve converted it to ASCII - it’s: >>> >>> ~/Library/My Mobile Documents/Cloud???/Ticket-6211.lyx >>> >>> And this must be from the list of last opened files… there is the first >>> line: >>> >>> /Users/stephan/Library/My Mobile Documents/Cloud%Docs/Ticket-6211.lyx >> The exception happens in lyx::support::makeDisplayPath() >> First there is the from_percent_encoding and this produces invalid UTF8 in >> this case. >> > > Jürgen, could you tell us how this percent encoding stuff is supposed to work > and why it is useful? Is it that we should percent encode before writing to > last files? > > Stephan, do you really have a directory which name contains a % ?
Yes, it was a test directory with a % to see if it is a problem for LyX. See the conversation on LyX devel with subject lines including "Regression: Problem with Paths Containing“ and "LyX 2.3.3 Error with iCloud Folders“. Stephan