[ 
https://issues.apache.org/jira/browse/THRIFT-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900475#comment-14900475
 ] 

ASF GitHub Bot commented on THRIFT-557:
---------------------------------------

Github user collinmsn commented on the pull request:

    https://github.com/apache/thrift/pull/601#issuecomment-141933762
  
    Do you mean the comment this commit added is not any form of the following?
    # coding=<encoding name>
    # -*- coding: <encoding name> -*-



> charset problem with file Autogenerated by Thrift
> -------------------------------------------------
>
>                 Key: THRIFT-557
>                 URL: https://issues.apache.org/jira/browse/THRIFT-557
>             Project: Thrift
>          Issue Type: Bug
>          Components: Python - Compiler
>         Environment: ubuntu 9.04,python 2.6
>            Reporter: nick fan
>            Priority: Minor
>
> i find maybe a problem with the thrift idl file
> i wrote some struct comment in the idl file with chinese characters 
> (Non-ASCII character ).
> then i use thrift generated the python code, it doesn't contains the encoding 
> set comment line:
> {code}# -*- coding: utf-8 -*-{code}
> when i try to run the serv code ,it's cause SyntaxError: Non-ASCII character 
> '\xxx' in file
> maybe we should make a command line option for user to set the encoding.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to