[1687] in BarnOwl Developers
[nelhage/barnowl] ffa6ba: Restore the owl_validate_or_convert in owl_message...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:20:13 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sat, 12 Sep 2009 16:50:29 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/barnowl_perlmessages
Home: http://github.com/nelhage/barnowl
Commit: ffa6ba31851d409bb10591a75382c37f88302f7e
http://github.com/nelhage/barnowl/commit/ffa6ba31851d409bb10591a75382c37f88302f7e
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-12 (Sat, 12 Sep 2009)
Changed paths:
M message.c
Log Message:
-----------
Restore the owl_validate_or_convert in owl_message_set_attribute.
I'm not at all convinced that this is the right thing to do -- my
instinct is that you should be required to pass valid utf-9 to
owl_message_set_attribute, and the protocols and other input sources
should transcode as needed -- but this is what master does, so fixing
it is a battle for later.