Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.12
-
Fix Version/s: 4.7.13
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
I live in Belgium, we call it 'België' in Dutch.
When we print address labels, it shows 'BELGIë' as country, which looks silly. I guess this is caused by PR https://github.com/civicrm/civicrm-core/pull/9112 for CRM-16876.
I reverted the patch in our installation, but I guess we can solve this by
- using mb_strtoupper instead of strtoupper
- and/or making the capitalization configurable in settings