Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2015 08:29:08 +0100
From:      Roland Smith <rsmith@xs4all.nl>
To:        Robert Simmons <rsimmons0@gmail.com>
Cc:        freebsd-python@freebsd.org
Subject:   Re: Unicode Problem
Message-ID:  <20150129072908.GA37127@slackbox.erewhon.home>
In-Reply-To: <CA%2BQLa9DnD4mYSBc3B_SUZ6shH64v8Lej_CMMVaK=s%2BPrQp5Gvw@mail.gmail.com>
References:  <CA%2BQLa9DnD4mYSBc3B_SUZ6shH64v8Lej_CMMVaK=s%2BPrQp5Gvw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--6c2NcOVqGQ03X4Wi
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Jan 29, 2015 at 01:38:21AM -0500, Robert Simmons wrote:
> I'm having a unicode problem on FreeBSD lang/python34 that does not
> appear on MacOS X. I've condensed the problem to one single line to
> enter in the interpreter:
>=20
> FreeBSD:
> Python 3.4.2 (default, Jan 28 2015, 22:23:57)
> [GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final
> 208032)] on freebsd10
> Type "help", "copyright", "credits" or "license" for more information.
> >>> b'\xc3\xa2'.decode('utf-8')
> '\xe2'
>=20
> MacOS X:
> Python 3.4.2 (default, Oct 19 2014, 17:55:38)
> [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> b'\xc3\xa2'.decode('utf-8')
> '=C3=A2'
>=20
> Why is Python on FreeBSD incorrectly decoding this?

Works fine here (FreeBSD 10.1-STABLE #0 r276653 amd64):

    Python 3.4.2 (default, Nov  4 2014, 19:34:48)
    [GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 2=
08032)] on freebsd10
    Type "help", "copyright", "credits" or "license" for more information.
    >>> b'\xc3\xa2'.decode('utf-8')
    '=C3=A2'


Roland
--=20
R.F.Smith                                   http://rsmith.home.xs4all.nl/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 5753 3324 1661 B0FE 8D93  FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0)

--6c2NcOVqGQ03X4Wi
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABAgAGBQJUyeFEAAoJEED21dyjijPgye8P/1Nvv+9aOnvZl+Y6JcKCjBC4
5L8Tx3gK+kdunK5frr+8NjVbHrTablsLez0fcAFP5z0APq63mt/HBz/KSrtD5+91
sTXPkHlnVYJiwXw1wHqIfIpg5B6sN14LG39iZWl3MKZCApS8yrnytOUIeoR9FRWC
1fwdpD9ty+MztwnGrbr8Vi0Kv89nrIg0sLOGFS8B41z+YQoEd0bJQ87bjhmHFYDn
JHLa+aPEHF0878lPzMwL5O06uMl3NppyuN189N0UTCFnoOr1AEsNn3SPHUl1Tmrb
L1cMvqTZrBPCR9Hx0hIKj5QyyrDntz9W3VdCyiLKjCKgMnSp6F5uixswA7p7NpAM
pNY7EaD39Wz7hmCMI7iC303jcs22/9eJBVyytEze32kUECpYoOIQ5kvp99YjbHHm
HEgkODspPhpClAHdaF/yBkmSCcWWsXhd1yBSoYluFKaJy3ourXxbSptmG35vgg4Y
/hxXPaGmflNAnp878bWe7XuZyFwUp8IRr0en0GXEUFHda6o+MOq5ykRCpN/PVj4J
TddMFqk7lXMbKpaYWzU/+b4t/M6YrAsVy8PpCl+RmesKFc4j2BRaULB+RwzrD8be
fTo5zeyba35/fx4ulHyZ2zjqbjeZJve4RxojdZNhATO2pr/aC9YJjnLyx2J+119o
mRAjUpeUw2sRMidU2V3q
=Tq3c
-----END PGP SIGNATURE-----

--6c2NcOVqGQ03X4Wi--



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