Re: [Boost-bugs] [Boost C++ Libraries] #5033: Property Tree JSON Parser cannot handle utf-8 string correctly.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5033: Property Tree JSON Parser cannot handle utf-8 string correctly.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-07-07 12:26:58


#5033: Property Tree JSON Parser cannot handle utf-8 string correctly.
--------------------------------------+---------------------------
  Reporter: Lorin Liu <liu.lorin@…> | Owner: cornedbee
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: property_tree
   Version: Boost 1.45.0 | Severity: Problem
Resolution: fixed | Keywords:
--------------------------------------+---------------------------
Changes (by cornedbee):

 * status: new => closed
 * resolution: => fixed

Comment:

 The JSON parser rewrite has landed on master, with full support for UTF-8,
 including converting \u-encoded UTF-16 surrogate pairs to a single
 UTF-8-encoded codepoint while parsing. It assumes, however, that the
 encoding of all narrow strings is UTF-8, even on Windows.

 (Note that the writer still has poor Unicode support.)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5033#comment:8>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC