You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice the help text of whisper contains non-ascii characters.
$ whisper 2>&1 | grep 'read group' | od -c -t x1
0000000 - r g < r e a d _ g r o u
20 20 2d 72 67 20 3c 72 65 61 64 5f 67 72 6f 75
0000020 p > - c o m p l e t e r e
70 3e 20 2d 20 63 6f 6d 70 6c 65 74 65 20 72 65
0000040 a d g r o u p h e a d e r
61 64 20 67 72 6f 75 70 20 68 65 61 64 65 72 20
0000060 l i n e , 222 \t 222 c h a r a c
6c 69 6e 65 2c 20 92 09 92 20 63 68 61 72 61 63
0000100 t e r w i l l b e c o n v
74 65 72 20 77 69 6c 6c 20 62 65 20 63 6f 6e 76
0000120 e r t e d t o a T A B i
65 72 74 65 64 20 74 6f 20 61 20 54 41 42 20 69
0000140 n t h e o u t p u t S A M
6e 20 74 68 65 20 6f 75 74 70 75 74 20 53 41 4d
0000160 w h i l e t h e r e a d
20 77 68 69 6c 65 20 74 68 65 20 72 65 61 64 20
0000200 g r o u p I D w i l l b e
67 72 6f 75 70 20 49 44 20 77 69 6c 6c 20 62 65
0000220 a t t a c h e d t o e v e
20 61 74 74 61 63 68 65 64 20 74 6f 20 65 76 65
0000240 r y r e a d ( e x a m p l e
72 79 20 72 65 61 64 20 28 65 78 61 6d 70 6c 65
0000260 l i n e : 222 @ R G \t I D : f
20 6c 69 6e 65 3a 20 92 40 52 47 09 49 44 3a 66
0000300 o o \t S M : b a r 222 ) \n
6f 6f 09 53 4d 3a 62 61 72 92 29 0a
0000314
$
This causes some confusion for some meta-tools we use for wrapping tools for our workflow system. I presume, the intended character is 96 (0x60) and a helpful editor somewhere has substituted some kind of smart-quote.
Thanks,
Tom.
ps Nice work - I'm one of the Syzygy authors. :)
The text was updated successfully, but these errors were encountered:
Hi Whisper,
I notice the help text of whisper contains non-ascii characters.
This causes some confusion for some meta-tools we use for wrapping tools for our workflow system. I presume, the intended character is 96 (0x60) and a helpful editor somewhere has substituted some kind of smart-quote.
Thanks,
Tom.
ps Nice work - I'm one of the Syzygy authors. :)
The text was updated successfully, but these errors were encountered: