You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineMAX_ISOCODE_ASCII_LEN 7 // Max. chars in a valid ISO3166 territory code.
47
50
#defineMAX_CLEAN_MAPCODE_ASCII_LEN (MAX_PROPER_MAPCODE_ASCII_LEN + 1 + MAX_PRECISION_DIGITS) // Max. chars in a clean mapcode (excluding zero-terminator).
48
51
#defineMAX_MAPCODE_RESULT_ASCII_LEN (MAX_ISOCODE_ASCII_LEN + 1 + MAX_CLEAN_MAPCODE_ASCII_LEN + 1) // Max. chars to store a single result (including zero-terminator).
49
-
#defineMAX_TERRITORY_FULLNAME_ASCII_LEN79 // Max. number of characters to store the longest possible territory name in ASCII/Roman.
52
+
#defineMAX_TERRITORY_FULLNAME_UTF8_LEN 127 // Max. number of characters to store the longest possible territory name (in UTF8)
0 commit comments