-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
```
String.getBytes(Charset) is not available in Java SE5:
return data.getBytes(Charset.forname("UTF-8"));
You can use getBytes(String charName) instead.
Additionally, String(byte[], int, int, Char…
-
### Steps to reproduce
1. none of the contact entries which contain Croatian characters (čČ,ćĆ,đĐ,šŠ,žŽ) are displayed neither in the main contacts list nor in the entry's fields.
### Expected behavi…