Hi, 
Is it possible to saving out the message into a file with unicode name? Say 
some Chinese or German characters in the file name?  I only saw two APIs in 
the message.h's document, 

bool Message::SerializeToFileDescriptor(
        int file_descriptor) const

Serialize the message and write it to the given file descriptor.

All required fields must be set.
------------------------------
bool Message::SerializeToOstream(
        std::ostream * output) const

Serialize the message and write it to the given C++ ostream.

All required fields must be set.


but no idea if these API can meet my requirement.


Thanks,

Danny

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" 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].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to