Edward, the error might indicate that the tool can only handle ASCII characters (0 to127 range = 128 characters) The one it complained about is a Hungarian character (according to http://www.fileformat.info/info/unicode/char/151/index.htm)
On Sat, Jun 1, 2013 at 3:32 PM, Edward <[email protected]> wrote: > The command-line tool failed on problem C of round 2 for me with the error > message: > > UnicodeEncodeError: 'ascii' codec can't encode character u'\u0151' in > position 3: ordinal not in range(128) > > Did other people see the same thing, or is my setup broken in some way? > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-code/7ca52073-0eb6-4d8e-aef3-980ca3715d5d%40googlegroups.com?hl=en > . > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/CAA4xkfntSyqqG%3Dtz9d6iYq3Zo2tPaC2d_9DGPUNb7%3DaeeaCLMw%40mail.gmail.com?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
