如何创建不包含Unicode字符的密码? [英] How can I create a password that doesn't contain unicode characters?

查看:318
本文介绍了如何创建不包含Unicode字符的密码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不是软件工程师,所以请保持友好.我试图在其上注册的工作人员网站要求我创建不包含任何Unicode字符的密码.根据我的简要研究,看起来所有东西都是Unicode字符.你们其中一个人可以教育我吗?如何创建不包含Unicode字符的密码?

I am not a software engineer, so be nice. A job staffing site that I''m trying to register on asks for me to create a password that does not contain any unicode characters. Based on my brief research, it looks like everything is a unicode character. Could one of you educate me? How can I create a password that doesn''t contain a unicode character?

推荐答案

这很可能意味着您仅需使用ASCII可编码字符,因此限制了选择范围到后者(例如,参见
It probably it means you have to use just ASCII encodable characters, so limit your choice to the latter (see for instance here[^]).


看看在:
http://www.utf8-chartable.de/ [您是正确的:)

我猜他们真正的意思是您应该只使用可以在单个字节中编码的字符-介于U + 0020到U + 007E范围内的字符.

最好的问候
Espen Harlinn
Have a look at:
http://www.utf8-chartable.de/[^]

"Based on my brief research, it looks like everything is a unicode character." You are right :)

I guess what they really mean is that you should only use characters that can be encoded in a single byte - those in the range U+0020 to U+007E.

Best regards
Espen Harlinn


这篇关于如何创建不包含Unicode字符的密码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆