Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaked ICU workaround in SafeMoneyFormat to only touch LC_NUMERIC as th... #318

Merged
merged 1 commit into from
Mar 12, 2015

Conversation

EreMaijala
Copy link
Contributor

...e value of LC_ALL could become too long for setlocale() to handle in the end.

So I found out that the CentOS system our Jenkins runs on started to fail ("Specified locale name is too long") with the SafeMoneyFormat tweak because setlocale(LC_ALL, 0) returned a string over 255 chars long. This change should fix it while keeping the workaround working.

… the value of LC_ALL could become too long for setlocale() to handle in the end.
demiankatz added a commit that referenced this pull request Mar 12, 2015
Tweaked ICU workaround in SafeMoneyFormat to only touch LC_NUMERIC as th...
@demiankatz demiankatz merged commit 696bf10 into vufind-org:master Mar 12, 2015
@demiankatz
Copy link
Member

Works for me too!

@EreMaijala EreMaijala deleted the moneyformat-localetweak branch March 19, 2015 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants