public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* readshortcut fails on file name
@ 2017-05-16 19:53 Nellis, Kenneth
  2017-05-16 23:17 ` Thomas Wolff
  0 siblings, 1 reply; 6+ messages in thread
From: Nellis, Kenneth @ 2017-05-16 19:53 UTC (permalink / raw)
  To: cygwin

I have a Windows shortcut with Unicode character U+2013 (EN DASH) in its name.
readshortcut fails to read it, but if I rename it removing the EN DASH,
readshortcut reads it correctly.

$ readshortcut c-d.lnk
readshortcut: Load failed on C:\cygwin\home\knellis\work\c-d.lnk
$ mv c-d.lnk b.lnk
$ readshortcut b.lnk
/home/knellis/work/a
$ uname -svr
CYGWIN_NT-6.1 2.8.0(0.309/5/3) 2017-04-01 20:47
$ readshortcut --version
readshortcut is part of cygutils version 1.4.15
  Reads and outputs data from a Windows shortcut (.lnk) file.

$ printenv LANG
C.UTF-8
$

--Ken Nellis

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: readshortcut fails on file name
  2017-05-16 19:53 readshortcut fails on file name Nellis, Kenneth
@ 2017-05-16 23:17 ` Thomas Wolff
  2017-07-18 22:11   ` Thomas Wolff
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Wolff @ 2017-05-16 23:17 UTC (permalink / raw)
  To: cygwin

Am 16.05.2017 um 21:14 schrieb Nellis, Kenneth:
> I have a Windows shortcut with Unicode character U+2013 (EN DASH) in its name.
> readshortcut fails to read it, but if I rename it removing the EN DASH,
> readshortcut reads it correctly.
I have a patched version of readshortcut that fully supports Unicode.
I will provide it in a few days.
Actually, I have it waiting for contribution for a while already, but 
did not find time yet to patch mkshortcut as well...
Thomas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: readshortcut fails on file name
  2017-05-16 23:17 ` Thomas Wolff
@ 2017-07-18 22:11   ` Thomas Wolff
  2017-07-19  1:16     ` Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Wolff @ 2017-07-18 22:11 UTC (permalink / raw)
  To: cygwin, Mark Geisert

Am 16.05.2017 um 21:53 schrieb Thomas Wolff:
> Am 16.05.2017 um 21:14 schrieb Nellis, Kenneth:
>> I have a Windows shortcut with Unicode character U+2013 (EN DASH) in 
>> its name.
>> readshortcut fails to read it, but if I rename it removing the EN DASH,
>> readshortcut reads it correctly.
> I have a patched version of readshortcut that fully supports Unicode.
> I will provide it in a few days.
> Actually, I have it waiting for contribution for a while already, but 
> did not find time yet to patch mkshortcut as well...
I seem to have forgotten to provide this. I had meanwhile reworked 
mkshortcut for full Unicode support as well.
Uploaded now as http://towo.net/cygwin/shortcuts.zip
Thomas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: readshortcut fails on file name
  2017-07-18 22:11   ` Thomas Wolff
@ 2017-07-19  1:16     ` Brian Inglis
  2017-07-19 15:07       ` Thomas Wolff
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2017-07-19  1:16 UTC (permalink / raw)
  To: cygwin

On 2017-07-18 14:52, Thomas Wolff wrote:
> Am 16.05.2017 um 21:53 schrieb Thomas Wolff:
>> Am 16.05.2017 um 21:14 schrieb Nellis, Kenneth:
>>> I have a Windows shortcut with Unicode character U+2013 (EN DASH) in its name.
>>> readshortcut fails to read it, but if I rename it removing the EN DASH,
>>> readshortcut reads it correctly.
>> I have a patched version of readshortcut that fully supports Unicode.
>> I will provide it in a few days.
>> Actually, I have it waiting for contribution for a while already, but did not
>> find time yet to patch mkshortcut as well...
> I seem to have forgotten to provide this. I had meanwhile reworked mkshortcut
> for full Unicode support as well.
> Uploaded now as http://towo.net/cygwin/shortcuts.zip

Link gets 1&1 404 page.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: readshortcut fails on file name
  2017-07-19  1:16     ` Brian Inglis
@ 2017-07-19 15:07       ` Thomas Wolff
  2017-07-20 18:59         ` Thomas Wolff
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Wolff @ 2017-07-19 15:07 UTC (permalink / raw)
  To: cygwin

Am 19.07.2017 um 00:57 schrieb Brian Inglis:
> On 2017-07-18 14:52, Thomas Wolff wrote:
>> Am 16.05.2017 um 21:53 schrieb Thomas Wolff:
>>> Am 16.05.2017 um 21:14 schrieb Nellis, Kenneth:
>>>> I have a Windows shortcut with Unicode character U+2013 (EN DASH) in its name.
>>>> readshortcut fails to read it, but if I rename it removing the EN DASH,
>>>> readshortcut reads it correctly.
>>> I have a patched version of readshortcut that fully supports Unicode.
>>> I will provide it in a few days.
>>> Actually, I have it waiting for contribution for a while already, but did not
>>> find time yet to patch mkshortcut as well...
>> I seem to have forgotten to provide this. I had meanwhile reworked mkshortcut
>> for full Unicode support as well.
>> Uploaded now as http://towo.net/cygwin/shortcuts.zip
> Link gets 1&1 404 page.
Sorry; fixed.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: readshortcut fails on file name
  2017-07-19 15:07       ` Thomas Wolff
@ 2017-07-20 18:59         ` Thomas Wolff
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Wolff @ 2017-07-20 18:59 UTC (permalink / raw)
  To: cygwin

Am 19.07.2017 um 08:33 schrieb Thomas Wolff:
> Am 19.07.2017 um 00:57 schrieb Brian Inglis:
>> On 2017-07-18 14:52, Thomas Wolff wrote:
>>> Am 16.05.2017 um 21:53 schrieb Thomas Wolff:
>>>> Am 16.05.2017 um 21:14 schrieb Nellis, Kenneth:
>>>>> I have a Windows shortcut with Unicode character U+2013 (EN DASH) 
>>>>> in its name.
>>>>> readshortcut fails to read it, but if I rename it removing the EN 
>>>>> DASH,
>>>>> readshortcut reads it correctly.
>>>> I have a patched version of readshortcut that fully supports Unicode.
>>>> I will provide it in a few days.
>>>> Actually, I have it waiting for contribution for a while already, 
>>>> but did not
>>>> find time yet to patch mkshortcut as well...
>>> I seem to have forgotten to provide this. I had meanwhile reworked 
>>> mkshortcut
>>> for full Unicode support as well.
>>> Uploaded now as http://towo.net/cygwin/shortcuts.zip
>> Link gets 1&1 404 page.
> Sorry; fixed.
But forget about it; it's already been released, I was confused.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-07-20 18:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16 19:53 readshortcut fails on file name Nellis, Kenneth
2017-05-16 23:17 ` Thomas Wolff
2017-07-18 22:11   ` Thomas Wolff
2017-07-19  1:16     ` Brian Inglis
2017-07-19 15:07       ` Thomas Wolff
2017-07-20 18:59         ` Thomas Wolff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).