土曜日, 11月 29, 2008

Visual Studio and File Encodings

日本語版のWindows上にVisual Studio 2008 でOpenOffice 3.0のCファイルをコンパイルしようとすると、なんとエンコードエラーで終了させてしまたことに関して、詳しく調べると、Visual Studio 2008の中にUNICODEとローカルエンコードのソースしか認識できなさようです(Visual Studio and File Encodings)。javaのコンパイルのようにエンコードを指定できるかを探していると、clのコマンドラインにそのようなスイッチがありませんでした?!

File Encoding in Visual Studioに下のような遣り方を提起していました。
What can be done about it? It looks like we have 3 options:
  1. manually save or re-save your files using "Save with Encoding";
  2. change your system language to "English" in control panel (this is kind of wrong);
  3. re-save Visual Studio templates (in Common 7\IDE\ItemTemplates) in UTF-8 with signature


Visual C++ Compiler Options

解決方法はこれしかないでしょうか?

0 件のコメント: