Changes between Version 44 and Version 45 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2014-03-14T15:28:58+01:00 (12 years ago)
Author:
Klumbumbus
Comment:

CRC32_checksum() was fixed in 6908

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v44 v45  
    900900  escape special characters in xml. E.g. {{{<}}} becomes {{{&lt;}}}, other special characters: {{{>}}}, {{{"}}}, {{{'}}}, {{{&}}}, {{{\n}}}, {{{\t}}} and {{{\r}}} [''since 6809'']
    901901 CRC32_checksum(''str'')::
    902   calculate the CRC32 checksum of a string (result is an integer from 0 to 2^32^-1) [''since 6899'']
     902  calculate the CRC32 checksum of a string (result is an integer from 0 to 2^32^-1) [''since 6908'']
    903903{{{#!comment: untested
    904904 JOSM_pref(''key'', ''default'')