Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2017 10:19:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 216372] [patch] devel/icu: turn on same workaround as for Linux to fix incorrect detection UTF-8 locale in some applications
Message-ID:  <bug-216372-25061-emOpoTihjA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216372-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216372-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216372

Matthew Rezny <rezny@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #179228|0                           |1
        is obsolete|                            |

--- Comment #4 from Matthew Rezny <rezny@freebsd.org> ---
Created attachment 181127
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181127&action=
=3Dedit
convert ASCII to UTF-8 outside C/POSIX locale

It is obvious we should be handling the ASCII case like Linux and OS X.
However, I do not think it wise to copy the Linux section wholesale as there
may be unintended consequences to changing the handling of Korean and Japan=
ese.
Instead, I have taken the approach of make BSD be the same as Darwin. The
handling of CP949 was identical but Darwin was already handling the
ASCII->UTF-8 and we can just tack onto the #if instead of copying code. I h=
ave
verified this change corrects the issue observed in qTox.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216372-25061-emOpoTihjA>