[GitHub] zookeeper issue #586: Zookeeper 3105:Character coding problem occur when cre...

2018-08-30 Thread lordofkey
Github user lordofkey commented on the issue: https://github.com/apache/zookeeper/pull/586 utf-8 encoding is now implemented before passed to a char pointer. ---

[GitHub] zookeeper pull request #586: Zookeeper 3105:Character coding problem occur w...

2018-08-05 Thread lordofkey
Github user lordofkey commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/586#discussion_r207772138 --- Diff: src/contrib/zkpython/src/c/zookeeper.c --- @@ -387,8 +387,8 @@ int parse_acls(struct ACL_vector *acls, PyObject *pyacls) PyObject

[GitHub] zookeeper pull request #586: Zookeeper 3105:Character coding problem occur w...

2018-07-27 Thread lordofkey
GitHub user lordofkey opened a pull request: https://github.com/apache/zookeeper/pull/586 Zookeeper 3105:Character coding problem occur when create a node using python3 when creating a node using python3, InvalidACLException occurs all the time. it`s caused by imcompatible way

[GitHub] zookeeper pull request #585: Zookeeper 3105:Character coding problem occur w...

2018-07-27 Thread lordofkey
Github user lordofkey closed the pull request at: https://github.com/apache/zookeeper/pull/585 ---

[GitHub] zookeeper pull request #585: Zookeeper 3105:Character coding problem occur w...

2018-07-26 Thread lordofkey
GitHub user lordofkey opened a pull request: https://github.com/apache/zookeeper/pull/585 Zookeeper 3105:Character coding problem occur when create a node using python3 when creating a node using python3, InvalidACLException occurs all the time. it`s caused by imcompatible way