Giter Site home page Giter Site logo

Comments (4)

fvdpol avatar fvdpol commented on May 29, 2024

The character reference � denotes a surrogate code point (U+D83D)
xml codes �� --> 😎

see: https://unicodebook.readthedocs.io/unicode_encodings.html#utf-16-surrogate-pairs

"Non-BMP characters (range U+10000—U+10FFFF) are stored as “surrogate pairs”, two 16 bits units: an high surrogate (in range U+D800—U+DBFF) followed by a low surrogate (in range U+DC00—U+DFFF)."

Similar issue found in other file with:

 <key>Artist</key><string>G Jones</string>
 <key>Album</key><string>&#55357;&#56397;&#55357;&#56397;&#55357;&#56397;</string>

xml codes &#55357;&#56397; -->👍

from mm-exportituneslibraryxml.

fvdpol avatar fvdpol commented on May 29, 2024

test in iTunes MacOS:
screen shot 2018-08-19 at 01 41 06

written in iTunes XML as:
screen shot 2018-08-19 at 01 42 05

from mm-exportituneslibraryxml.

fvdpol avatar fvdpol commented on May 29, 2024

should be corrected by commit fcf7781 ... currently in testing

from mm-exportituneslibraryxml.

fvdpol avatar fvdpol commented on May 29, 2024

Confirmed ok

from mm-exportituneslibraryxml.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.