Menu

"Malformed \uxxxx encoding"...

Help
Lebenita
2011-04-13
2016-10-11
  • Lebenita

    Lebenita - 2011-04-13

    Thanks first of all for this nifty little tool which has saved me lots of time.

    I get an IllegalArgumentException in EscapeTool when I try to parse a line like this:
    File42=K:\Projects\Import\update.properties

    EscapeTool tries to parse \updat as a unicode character, which is quite obviously not the right choice here. Is there a possibility to convince Ini4J to skip parsing unicode characters - when dealing with Windows ini files, they just don't occur, while paths beginning with 'u' do, and quite often.

    Many thanks,
    Endre

     
  • Nikita

    Nikita - 2016-10-10

    I have the same problem. Is there solve the problem with beginning "u"

     
  • Nikita

    Nikita - 2016-10-11

    Found the solve in description. You shoul use Wini class instead Ini

     

Log in to post a comment.