#jython IRC Log (v0.9)

Index

IRC Log for 2019-04-17

Timestamps are in GMT/BST.

[9:00] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 240 seconds)
[9:02] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[9:02] * ChanServ sets mode +o [Arfrever]
[18:11] * jharris (ad3b2b85@gateway/web/freenode/ip.173.59.43.133) has joined #jython
[18:13] <jharris> re's all -- question for you: I'm using the Avro pip module with Jython 2.7.2 (because the Java Avro library sucks) and am having an encoding issue with the bytes returned from Python (from io.BytesIO)
[18:13] <jharris> I know the bytes get coerced into a Java String object, but getBytes() doesn't seem to convert them into byte[] properly regardless of what encoding I use (US-ASCII, UTF-8, etc.)
[18:13] <jharris> any ideas?
[18:35] <jharris> Using ISO-8859-1 seemed to work when converting using String.getBytes -- anyone know if that's a common Jython default or if it's pulling it from the env somewhere?
[22:08] * ohumbel (c3f5edb3@gateway/web/freenode/ip.195.245.237.179) Quit (Ping timeout: 256 seconds)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).