ankiit / logstash

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

special chars failed to get transform into UTF-8 #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- What steps will reproduce the problem?
1. Get logstash read a syslog message with 'special chars' like è é “ ” 
(not sure which ones does or does not raise the bug, a full check should be 
done)

- What is the expected output? What do you see instead?
ISO -> UTF-8 should work, or at least, not make logstash stop working (maybe 
send message in ISO if it fails, or just drop the message and sending an error 
message)

- What version of the product are you using? On what operating system?
logstash from "gem install logstash"

logstash -v
logstash: version unknown

Output of the error can be see here : http://pastebin.com/WuXFTFuX

Original issue reported on code.google.com by sys...@gmail.com on 23 Dec 2010 at 11:43

GoogleCodeExporter commented 9 years ago

Original comment by jls.semi...@gmail.com on 6 Jan 2011 at 7:09

GoogleCodeExporter commented 9 years ago
Will try to reproduce and fix before 1.0

Original comment by jls.semi...@gmail.com on 10 Feb 2011 at 7:27