Make it possible to specify encoding in Table(...)
Table(...)
now takes two extra parameters, px_encoding
and px_decode_errors
. These let you define the encoding and how decoding errors should be handled when processing PX field names. See Pull Request #19.