Giter VIP home page Giter VIP logo

iphone-plist-net's People

Forkers

fhlsteven

iphone-plist-net's Issues

Unicode detection does not work.

What steps will reproduce the problem?
1. Create a PListString with non-ASCII characters. For instance "Mikkel Løkke"
2. Note that although this string can be (and more importantly *is*) written as 
UTF-8 it is still wrapped in <ustring> tags.
3. This will cause iOS to determine that a profile is invalid.

What is the expected output? What do you see instead?
An utf-8 string wrapped in <string> tags. An utf-8 string wrapped in <ustring> 
tags.

What version of the product are you using?
Latest version from nuGet on .net 4.0

Original issue reported on code.google.com by [email protected] on 10 Jan 2013 at 1:47

There is no way to disable DTD validation

When you deserialize an XML plist, it will ping Apple to download the DTD; 
however there is no way to prevent this.  It would be a simple change to the 
PListRoot.Load() method to pass an XMLReader (configured to not validate the 
DTD) into the XMLSerializer as opposed to passing in the stream directly.

Would you consider making this change/addition? 


Original issue reported on code.google.com by [email protected] on 28 Aug 2014 at 8:12

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.