Github user rsafonseca commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/467#discussion_r32617440
  
    --- Diff: utils/src/com/cloud/utils/StringUtils.java ---
    @@ -32,6 +33,21 @@
     public class StringUtils {
         private static final char[] hexChar = {'0', '1', '2', '3', '4', '5', 
'6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'};
     
    +    private static Charset _ACS_Charset;
    +
    +    {
    +        String preferredCharset = "UTF8";
    --- End diff --
    
    Actually it would work, UTF8 is a supported alias for the UTF-8 charset. I 
do prefer to always use the actual register charset name "UTF-8" though ;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to