Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 38

Hybrid View

  1. #1
    Important User Fuel Types and Vehicle Charge Points for Europe
    Fuel Types and Vehicle Charge Points for EuropeFuel Types and Vehicle Charge Points for EuropeFuel Types and Vehicle Charge Points for EuropeFuel Types and Vehicle Charge Points for Europe
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,876
    Rep Power
    1384

    Default

    I might be late to the game, but the converted .gpi is corrupted due to the incorrect text substitution at address #8889a2
    Code:
    Please Login or Register to see the links
    It incorrectly find "SL" belonging to lang "CS" and changed it to "CSK" which changed the size of the MLText causing the length to be wrong. I'm surprise that no one complained; maybe Garmin software just ignore the error for that record and recovered/continued. Fortunately my parser coughed
    Here is one incorrectly changed from SK to SL, the SK is part of ">ESK", not ">SK"
    Code:
    Please Login or Register to see the links
    Note that the above are just examples of incorrectness; there are many more that have similar errors.
    So just changing the text "SL" to "SK" and vice-versa is wrong. You must do what sbog said:
    Change "<hr>SL" to "<hr>XX", change "<hr>SK" to "<hr>SL", and then change "<hr>XX" to "<hr>SK"
    Here is the correct conversion
    Spoiler: .

    [Only registered and activated users can see links. ]
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Last edited by osiris4isis; 23rd April 2015 at 06:08 AM.

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •