解决 CodeSmith 中文 乱码 显示问号

Tools->Option->Enable unicode support 打上钩。

有中文的页面CodeTemplate标记里加上ResponseEncoding="UTF-8",

例如:
<%@ CodeTemplate Language="C#" ResponseEncoding="UTF-8" %>

posted on 2010-01-06 09:48 冯瑞涛 阅读(...) 评论(...) 编辑 收藏

相关文章:

  • 2021-06-29
  • 2021-05-19
  • 2021-12-23
  • 2021-06-12
  • 2021-10-24
  • 2021-11-06
  • 2021-12-25
猜你喜欢
  • 2021-04-19
  • 2022-12-23
  • 2021-11-20
  • 2022-01-07
  • 2022-02-12
  • 2022-01-01
相关资源
相似解决方案