关于 ActionScript3 和字符编码
我有一个 Flash 应用程序和一个文本字段。我可以更改系统托盘上的区域设置并键入 unicode 字符,例如使用 windows -1251 编码。如果我使用 jquery 发送 unicode 文本以保存到数据库,它如何到达那里,作为 windows-1251 编码或其他编码,如 UTF-8?
或者让我们先说一下它首先使用哪种编码到达jquery?
I have a flash app and a textfield in it. I can change locale on the system tray and type unicode chracters, for example with windows -1251 encoding. If I use jquery to send the unicoded text to save to database, how does it get there, as windows-1251 encoded or other encoding, like UTF-8?
Or lets just say with which encoding it get to jquery at first?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所有字符串都具有 UTF8 编码,因此如果您获取文本字段的文本,它将具有 UTF8 编码
All strings have UTF8 encoding, so if you get text of textfield it'll have UTF8 encoding