[jira] [Commented] (THRIFT-2784) Eliminate compiler warnings in generated C++ code

2014-10-15 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14172334#comment-14172334 ] Jens Geyer commented on THRIFT-2784: That enum is an edge case. The IDL allows it

Re: unicode types

2014-10-15 Thread Peter Neumark
Does thrift officially say anything about the character encoding of string fields? On Tue, Oct 14, 2014 at 9:48 PM, Jens Geyer jensge...@hotmail.com wrote: Hi Peter, The thrift wire format has support for unicode fields: I just scanned the code base. - In some cases the TType numbers go

Re: unicode types

2014-10-15 Thread Jens Geyer
http://thrift.apache.org/docs/types -Ursprüngliche Nachricht- From: Peter Neumark Sent: Wednesday, October 15, 2014 3:53 PM To: dev@thrift.apache.org Subject: Re: unicode types Does thrift officially say anything about the character encoding of string fields? On Tue, Oct 14, 2014

Re: unicode types

2014-10-15 Thread Randy Abernethy
Thrift is utf-8 everywhere. The string doc is here: https://thrift.apache.org/docs/types On Wed, Oct 15, 2014 at 6:53 AM, Peter Neumark peter.neum...@prezi.com wrote: Does thrift officially say anything about the character encoding of string fields? On Tue, Oct 14, 2014 at 9:48 PM, Jens