更新:2007 年 11 月
错误消息
代码页“codepage”无效或未安装传递给 
下面的示例生成 CS2016:
// CS2016.cs
// compile with: /codepage:x
// CS2016 expected
class MyClass
{
   public static void Main()
   {
   }
} | |
更新:2007 年 11 月
传递给 
下面的示例生成 CS2016:
// CS2016.cs
// compile with: /codepage:x
// CS2016 expected
class MyClass
{
   public static void Main()
   {
   }
} | |