projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8bbf75
)
UTF "-" 8
author
Frederic Guzman
<frederickgzmn@gmail.com>
Thu, 6 Oct 2016 14:29:38 +0000
(10:29 -0400)
committer
GitHub
<noreply@github.com>
Thu, 6 Oct 2016 14:29:38 +0000
(10:29 -0400)
CRM/Utils/Address.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Address.php
b/CRM/Utils/Address.php
index c0cb56af5aac8eadf327d138b416a2424d3fbd59..4aa2c6ae7886e3a5624a7cff5db676dc65bd00ea 100644
(file)
--- a/
CRM/Utils/Address.php
+++ b/
CRM/Utils/Address.php
@@
-106,7
+106,7
@@
class CRM_Utils_Address {
}
else {
//Capitalization display on uppercase to contries with special characters
- $fields['country'] = mb_convert_case($fields['country'], MB_CASE_
TITLE,"UTF
8");
+ $fields['country'] = mb_convert_case($fields['country'], MB_CASE_
UPPER,"UTF-
8");
}
}
else {