idkwim / ouspg

Automatically exported from code.google.com/p/ouspg
3 stars 0 forks source link

blab -e fails with unicode #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by aohelin on 22 Sep 2011 at 7:48

GoogleCodeExporter commented 9 years ago
$ blab -e '[λ☃]'
command line arguments.:1 bad grammar: 
   `[�] '
       ^

Original comment by aohelin on 22 Sep 2011 at 7:48

GoogleCodeExporter commented 9 years ago
Yes it does, but there is something wrong in passing the command line string.

$ echo '[λ☃] 10' | blab
☃
$ blab -e '[λ☃]'
command line arguments:1 bad grammar: 
   `[�] '
       ^

Original comment by aohelin on 3 Dec 2011 at 7:10

GoogleCodeExporter commented 9 years ago
Doesn't need action in blab, only an upstream fix. Filing there.

Original comment by aohelin on 23 May 2012 at 10:53

GoogleCodeExporter commented 9 years ago
Upstream (aka my spare time) is busy with other stuff, so worked around this in 
blab for now.

 $ blab -e '[λ☃]{10} "\n"'
 ☃λλ☃λ☃λ☃λ☃

Original comment by aohelin on 8 Jun 2012 at 6:44