Let MB_CUR_LEN lookup the actual value.

* instead of yielding 1, MB_CUR_LEN now looks up the correct
  value in the ctype data provided by the locale backend
This commit is contained in:
Oliver Tappe
2011-11-22 17:32:39 +01:00
parent fa02fc6907
commit e0eb1d38c4
7 changed files with 33 additions and 5 deletions
@@ -31,6 +31,8 @@ struct LocaleCtypeDataBridge {
const int* posixToUpperMap;
LocaleCtypeDataBridge();
void setMbCurMax(unsigned short mbCurMax);
};