Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在一个西班牙语网站上工作,其中一些文本存储在 MS SQL 2008 数据库表中。
文本与 á、í 和 ñ 等字符一起存储在 db 表中。
当我检索数据时,字符不会显示在页面上。
这可能是一个非常简单的修复,但请教育我。
您必须使用 Unicode 而不是 ANSI 字符串和函数,并且必须选择具有所需字符集的网页编码。对这些术语的一些搜索将产生您所需要的一切。查找内容类型 1252 和 8859 以防卡住(示例,而不是答案)。