From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Gaspard Subject: Re: Full-width characters break column display Date: Fri, 02 Nov 2018 03:23:15 +0900 Message-ID: <87y3acu06k.fsf@llwynog.ekleog.org> References: <871s84vlmu.fsf@llwynog.ekleog.org> <87ftwkd7vc.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIHd6-00088f-27 for emacs-orgmode@gnu.org; Thu, 01 Nov 2018 14:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gIHd1-0005ah-Oi for emacs-orgmode@gnu.org; Thu, 01 Nov 2018 14:23:39 -0400 Received: from grym.ekleog.org ([94.23.42.210]:57744 helo=smtp.gaspard.ninja) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gIHcv-0005IH-Ox for emacs-orgmode@gnu.org; Thu, 01 Nov 2018 14:23:31 -0400 In-Reply-To: <87ftwkd7vc.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou , Leo Gaspard Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: >> Small issue I've been having with org-mode: full-width characters >> (eg. =E4=BD=95=E3=81=8B) appear to be breaking column display. > > Org tables assume a fixed-width font. You need to use one, if such > thing exists for these characters. Well, it is fixed-width, but twice the width of spaces and vertical characters. Using it with regular English =EF=BD=8D=EF=BD=81=EF=BD=8B=EF=BD=85=EF=BD=93= =E3=80=80=EF=BD=89=EF=BD=94=E3=80=80=EF=BD=8C=EF=BD=8F=EF=BD=8F=EF=BD=8B=E3= =80=80=EF=BD=8C=EF=BD=89=EF=BD=8B=EF=BD=85=E3=80=80=EF=BD=94=EF=BD=88 =EF=BD=89=EF=BD=93, which I guess you'll grant me is not really usable :) I wonder if it'd be possible to support full-width chars for CJK script?