Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2009 19:43:10 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/syscons/teken teken_demo.c teken_scs.h
Message-ID:  <200901211943.n0LJhIBc057779@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-01-21 19:43:10 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/syscons/teken teken_demo.c teken_scs.h 
  Log:
  SVN rev 187562 on 2009-01-21 19:43:10Z by ed
  
  Add Unicode rendering to the teken demo application.
  
  Some time ago I tried adding Unicode rendering to the teken demo
  application, but I didn't get it working. It seems I forgot to call
  setlocale(). Polish this code and make sure it doesn't get lost.
  
  Also a small fix for my previous commit: all Unicode characters in
  teken_boxdrawing are below 0x10000, so store them as 16-bit values.
  
  Revision  Changes    Path
  1.7       +31 -10    src/sys/dev/syscons/teken/teken_demo.c
  1.2       +1 -1      src/sys/dev/syscons/teken/teken_scs.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901211943.n0LJhIBc057779>