Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build using Chinese characters in the source code #62

Closed
olotus opened this issue Feb 13, 2019 · 1 comment · Fixed by #65
Closed

Unable to build using Chinese characters in the source code #62

olotus opened this issue Feb 13, 2019 · 1 comment · Fixed by #65

Comments

@olotus
Copy link

olotus commented Feb 13, 2019

namespace Utils;

class Greeting
{

    public static function say()
    {
        echo "中文";
    }

}
@sergeyklay sergeyklay changed the title 中文build失败 Unable to build using Chinese characters in the source code Feb 18, 2019
sergeyklay added a commit that referenced this issue Apr 21, 2019
@sergeyklay
Copy link
Member

Fixed in the development branch. Feel free to open a new issue if the problem appears again. Thank you for contributing!

sergeyklay added a commit that referenced this issue Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants