Refine your search:

Hey All,

I was wondering if someone could shed light on this error...

[SimpleResultsTable module] Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0xA0 0x3C 0x2F, line 312, column 32

Any thoughts welcome.

Regards,

Matt

asked 15 May '12, 06:33

MHibbin's gravatar image

MHibbin
3.8k312
accept rate: 31%

edited 15 May '12, 18:55

ChrisG's gravatar image

ChrisG ♦
2.8k46


One Answer:

When does the problem occur? "0xA0" is indeed improper UTF-8 - the input probably has an invalid way of specifying the non-breaking space (or " ") character, which has the unicode code point U+00A0 but needs to be encoded as the two-byte sequence 0xC2 0xA0.

link

answered 15 May '12, 23:02

Ayn's gravatar image

Ayn
24.8k3717
accept rate: 41%

Thanks for the reply Ayn,

The problem appears to occur when generating a table from the inputs, but this only seems to appear first page of results, when I switch to another page all appears fine. The inputs are results from ping tests generated from a python script.

Does this mean my input script needs modifying, or something in a conf file? - I'm a little confused to be honest.

(16 May '12, 00:11) MHibbin
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×352
×61

Asked: 15 May '12, 06:33

Seen: 631 times

Last updated: 16 May '12, 00:11

Copyright © 2005-2012 Splunk Inc. All rights reserved.