msvc build fails in Japanese environment

Inoue, Hiroshi <inoue@tpf.co.jp>

From: Hiroshi Inoue <inoue@tpf.co.jp>
To: PG Hackers <pgsql-hackers@postgresql.org>
Date: 2009-12-30T02:29:50Z
Lists: pgsql-hackers

Attachments

Hi,

I try to build msvc version of postgres using the current cvs and
  get the following error.

  Unable to determine vcbuild version from first line of output! at
  src/tools/msvc/Solution.pm line 70.

The error comes from the following output of vcbuild /? in my
  environment.

  Microsoft(R) Visual C++ Project Builder - コマンド ライン バージョン 
8.00.50727

The "Command Line Version" part is localized.
In addtion there's no space between "Mircrosoft" and "(R)".

The attahced patch fixes the error in my environment.

regards,
Hiroshi Inoue