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

Fix \Uxxxx can't convert problem #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nevercry
Copy link

No description provided.

@iahu
Copy link
Owner

iahu commented Mar 26, 2016

谢谢。
但是这个在javascript里是大小写敏感的,只能用\u,不能用\U。python 也应该是这样的。你这个PR我要再验证一下是否合适。
再次感谢。

@iahu
Copy link
Owner

iahu commented Mar 26, 2016

其实,很多语言escape的风格都不一样,或许我们应该支持各个语言不同的风格。
常见的风格可以参考这里: https://r12a.github.io/apps/conversion/

@nevercry
Copy link
Author

我是从Xcode的console里复制出Unicode 到Sublime转换,结果因为它输出的是\U而无法转换,就试着改了下源码。
fusionBin notifications@github.com于2016年3月26日 周六下午11:18写道:

其实,很多语言escape的风格都不一样,或许我们应该支持各个语言不同的风格。
常见的风格可以参考这里: https://r12a.github.io/apps/conversion/


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

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.

2 participants