-
Notifications
You must be signed in to change notification settings - Fork 721
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
Unicode support? #70
Comments
I did not consider about unicode in C. zlog takes everythin from the interface as bytes... |
If zlog takes everything from interface as bytes, means passing a unicode message will be logged correctly right? I tried this on my machine with non-ASCII characters and it worked! Do you see any pitfalls where it may not work? If zlog doesn't care what is inside buffers and logs as it is, I think my case is solved! |
I have seen the solution of unicode in C, wchar... which is quite complicated. So I give up this solution. Until now I never met any pitfalls, as in my environment I output log file in Chinese, with the encoding of GBK and UTF-8. They all work well. |
Closing the issue as my query was answered. If I hit problem with Unicode characters, I will revisit with details. Thanks for your response! |
This is not an issue, its more of a quick question. I looked at user guide and also all issues' logs, I did not find any mention for unicode support. Is logging message in Unicode supported(non-ASCII)?
Any help on this is much appreciated!
The text was updated successfully, but these errors were encountered: