Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 02:54:50 -0700 (PDT)
From:      Martin Blapp <mbr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/editors/openoffice/files patch-sal::textenc::tencinfo.c
Message-ID:  <200207310954.g6V9socK098333@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mbr         2002/07/31 02:54:50 PDT

  Added files:
    editors/openoffice/files patch-sal::textenc::tencinfo.c 
  Log:
  Fix i18n related crash. This may be only a workaround, a better solution
  is in work. The crash doesn't happen if $LANG is set to *.ISO8859-* or
  to *.KOI8-R. It happens with $LANG=C, US_ASCII, *.KOI8-U, *.Big5 etc.
  
  The function which does crash should select the best suitable mime encoding
  type for $LANG.
  
  The workaround is to default to US-ASCII if there is no suitable entry.
  If the entry has been modified in the settings, this value will not be used
  anymore and the crash should even stop if we don't have this workaround
  in place.
  
  Revision  Changes    Path
  1.1       +13 -0     ports/editors/openoffice/files/patch-sal::textenc::tencinfo.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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