Skip to content

Add CJK support.#9

Open
KimSeongJun wants to merge 1 commit into
villadora:masterfrom
KimSeongJun:master
Open

Add CJK support.#9
KimSeongJun wants to merge 1 commit into
villadora:masterfrom
KimSeongJun:master

Conversation

@KimSeongJun
Copy link
Copy Markdown

reader2.readString can't read CJK(Chinese , Japanese, Korean. 2~3 byte character) string.

Try 粗麻布,해시안,ヘッセ for reply.

I guess, buffer-reader's readString can't handle variable length character.
readString's argument 'length' is byte by your design.

readStringZero (from buffer-reader v0.1.0) can't solve node-hessian CJK problem either.

So I added some code for me.

Request is just proposal. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant