May 13, 2014
I've just thought of a problem. Others who uses my program on their computers needs to change their setting. It is a bit troublesome.

On 2014年5月11日 格林尼治标准时间+0800下午3时43分41秒, FrankLike via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:
>On Sunday, 11 May 2014 at 06:35:26 UTC, IceNature via Digitalmars-d-learn wrote:
>> Thank you for your help. But if I change the default console encoding,will it affect other programs,making other console program show messy code?
>
>Don't  affect,and you must set the font to  a  unicode font ,such as Lucida.
>
>
>.


May 13, 2014
On 05/12/2014 09:53 PM, IceNature via Digitalmars-d-learn wrote:

> I've just thought of a problem. Others who uses my program on their
> computers needs to change their setting. It is a bit troublesome.

It is also possible to set the code page when the program is running:


http://forum.dlang.org/thread/ilrd33$1bir$1@digitalmars.com#post-ilrd33:241bir:241:40digitalmars.com

There must be a function to change the font as well.

Ali

May 13, 2014
I see... I will search the document. Thank you.

On 2014年5月13日 格林尼治标准时间+0800下午1时58分20秒, "Ali Çehreli via Digitalmars-d-learn" <digitalmars-d-learn@puremagic.com> wrote:
>On 05/12/2014 09:53 PM, IceNature via Digitalmars-d-learn wrote:
>
> > I've just thought of a problem. Others who uses my program on their computers needs to change their setting. It is a bit troublesome.
>
>It is also possible to set the code page when the program is running:
>
> 
>http://forum.dlang.org/thread/ilrd33$1bir$1@digitalmars.com#post-ilrd33:241bir:241:40digitalmars.com
>
>There must be a function to change the font as well.
>
>Ali
>
>.


1 2
Next ›   Last »