[utf8] Moving language length constant

This commit is contained in:
Al
2015-06-30 19:17:20 -04:00
parent 071d6bb392
commit fa643f7a3a
3 changed files with 9 additions and 7 deletions

View File

@@ -7,4 +7,7 @@
#define NAMESPACE_SEPARATOR_CHAR "|"
#define NAMESPACE_SEPARATOR_CHAR_LEN strlen(NAMESPACE_SEPARATOR_CHAR)
// Supports ISO 639 alpha 2 and alpha 3 codes
#define MAX_LANGUAGE_LEN 4
#endif