We want to start the 'Programming In D 'in Chinese, do you have any good suggestions?
Ali Çehreli via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jun 12 23:51:31 PDT 2016
On 06/11/2016 11:49 PM, Sheldon Shen wrote:
> On Friday, 10 June 2016 at 15:04:52 UTC, Ali Çehreli wrote:
>> I recommend against building the pdf versions frequently because that
>> takes a lot of time.
> Actually we have a problem in pdf versions. It seems that any chinese
> character is replaced by '?', which may be an issure of the prince :(
It is most definitely a font issue: The embedded fonts probably don't
have Chinese characters. You need to pick new fonts.
>> Please contact me at acehreli at yahoo.com to start the process and to
>> see how it goes. Would you be open to having one or more technical
>> editors review the chapters as you post a pull request? That would
>> improve the quality.
> Thanks to your suggestions, we have already started the project :)
> It is located at https://github.com/DlangRen/Programming-in-D
That's wonderful! :)
> We are wondering what editor you used to write the book in Ddoc, because
> apparently MonoD can't handle it porperly.
I don't know any editor other than Emacs. :o) Although it's extremely
capable, I did not need any help for ddoc. I typed everything by hand.
>
> meatatt
>
Ali
More information about the Digitalmars-d
mailing list