Subject: Re: [Boost-build] unicode problem
From: reon (reon.cn_at_[hidden])
Date: 2008-09-11 20:50:03


try to use "chcp 437" before you invoke bjam command.

and i get a lot of warning:
"warning C4819: The file contains a character that cannot be represented in
the current code page (936). Save the file in Unicode format to prevent data
loss"
most of them are cause by the file ending "\r\n".

sb have someway to disable this warning?

Kevin Lee-11 wrote:
>
> Hi,
>
> I use BBv2 with msvc-7.1 on Windows XP, but BBv2 can't display Chinese.
>
> I add follow set in builtin.jam, but it not affect.
> feature charset : narrow unicode mbcs : composite link-incompatible ;
> feature.compose <charset>unicode : <define>UNICODE <define>_UNICODE ;
> feature.compose <charset>mbcs : <define>MBCS <define>_MBCS ;
>
>
> F:\svnwork\woods\libs\utility\example>bjam
> ...found 36 targets...
> ...updating 3 targets...
> compile-c-c++
> ..\..\..\bin.v2\libs\utility\example\msvc-7.1\debug\link-static\ru
> ntime-link-static\threading-multi\dump1.obj
> dump1.cpp
> msvc.link
> ..\..\..\bin.v2\libs\utility\example\msvc-7.1\debug\link-static\runtim
> e-link-static\threading-multi\dump1.exe
> common.copy ..\..\..\bin.v2\dump1.exe
> ?????? 1 ????????
> ...updated 3 targets...
>
>
> thanks
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-build
>
>

-- 
View this message in context: http://www.nabble.com/unicode-problem-tp19372380p19447512.html
Sent from the Boost - Build mailing list archive at Nabble.com.