<div dir="ltr"><div><div><div>So, if i understand correctly, the problem is that japanese and chinese characters are sharing the same code,<br>and so the system cannot know if we want to display japanese or chinese, so by default, it renders chinese.<br></div>Is that correct? (If so, an option "rendering asian character in japanese/chinese/etc..." for non asian system would be nice i guess)<br><br></div>I will try your your solution.<br><br></div>Thanks !<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 24, 2014 at 5:27 PM, Gunnar Hjalmarsson <span dir="ltr"><<a href="mailto:gunnarhj@ubuntu.com" target="_blank">gunnarhj@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2014-12-23 14:33, <a href="mailto:jitsumi@gmail.com">jitsumi@gmail.com</a> wrote:<br>
<span class="">> On 2014-11-11 22:27, Gunnar Hjalmarsson wrote:<br>
>> On a fresh non-Japanese install, the package fonts-takao-pgothic is<br>
>> available. However, so is the package fonts-droid, and since the<br>
>> "Droid Sans Fallback" font is kind of 'featured', it probably takes<br>
>> precedence over "TakaoPGothic" for rendering Japanese contents.<br>
><br>
</span><span class="">> Yes, I think it's exactly the problem I have. The "Droid  Sans Fallback"<br>
> display the kanjis in a very weird way. The "TakaoPGothic" is rendering the<br>
> kanjis correctly. (Still, I don't think it is perfect, because, it<br>
> render them with big<br>
> space between them). The package ttf-vlgothic (apprently renamed<br>
> fonts-vlgothic)<br>
> was installing a very good font. But i don't know the name of this font,<br>
> so i can not<br>
> check.<br>
><br>
> What I mean by "default" font, it is if yes or not the standard shape<br>
> and number of the strokes<br>
> in a kanji are respected. If you compar these kanjis (究 乗 降 語 換 違<br>
> 雑 誌) rendered in "Droid  Sans Fallback"<br>
> and in "TakaoPGothic" you will see many small differences. But this<br>
> differences are actually huge, a japanese person<br>
> will judge that the kanji is written wrongly.<br>
><br>
> To Gunnar Hjalmarsson and Mitsuya Shibata<br>
><br>
> I would like to have correct rendering of japanese kcharacters without<br>
> having my full system in Japanese (I'm learning Japanese, but I don't<br>
> yet understand it)<br>
<br>
</span>As long as fonts-droid is used for Chinese in the way it is, I can't<br>
think of a default configuration right now which would achieve that.<br>
Some kind of personal configuration changes will be needed.<br>
<span class=""><br>
> Also, a solution was given to me by Kazushi on <a href="http://askubuntu.com" target="_blank">askubuntu.com</a><br>
</span>> <<a href="http://askubuntu.com" target="_blank">http://askubuntu.com</a>> there<br>
<span class="">> <a href="http://askubuntu.com/questions/536462/defautl-kanji-japanese-font-wrong-in-ubuntu-14-04-how-to-change-it/537789#537789" target="_blank">http://askubuntu.com/questions/536462/defautl-kanji-japanese-font-wrong-in-ubuntu-14-04-how-to-change-it/537789#537789</a><br>
> (His answer about copying 69-language-selector-ja-jp.conf<br>
</span>> <<a href="https://github.com/wzssyqa/language-selector-im-config/blob/master/fontconfig/69-language-selector-ja-jp.conf" target="_blank">https://github.com/wzssyqa/language-selector-im-config/blob/master/fontconfig/69-language-selector-ja-jp.conf</a>>)<br>
<br>
Well, that Ask Ubuntu answer includes a couple of misconceptions, but it<br>
indeed provides a couple of solutions.<br>
<br>
I think that the single step which made fonts-droid interfere with<br>
TakaoPGothic (or other Japanese fonts) was the introduction of<br>
65-droid-sans-fallback.conf as a fix of <a href="https://launchpad.net/bugs/1227034" target="_blank">https://launchpad.net/bugs/1227034</a><br>
Hence another possible solution (provided that you don't care too much<br>
about Chinese rendering) might be to either disable that fontconfig file<br>
by removing the symlink:<br>
<br>
sudo rm /etc/fonts/conf.d/65-droid-sans-fallback.conf<br>
<br>
or remove the whole fonts-droid package:<br>
<br>
sudo apt-get purge fonts-droid<br>
<br>
(untested)<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Gunnar Hjalmarsson<br>
<a href="https://launchpad.net/~gunnarhj" target="_blank">https://launchpad.net/~gunnarhj</a><br>
</div></div></blockquote></div><br></div>