关于 ActionScript3 和字符编码

发布于 2024-12-20 21:15:19 字数 192 浏览 2 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

楠木可依 2024-12-27 21:15:19

所有字符串都具有 UTF8 编码,因此如果您获取文本字段的文本,它将具有 UTF8 编码

All strings have UTF8 encoding, so if you get text of textfield it'll have UTF8 encoding

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文