Navigation Menu

Skip to content

Commit

Permalink
TFJ-202 multibyte characters don't show on Android platform
Browse files Browse the repository at this point in the history
git-svn-id: http://yusuke.homeip.net/svn/twitter4j/trunk@374 117b7e0d-5933-0410-9d29-ab41bb01d86b
  • Loading branch information
yusuke committed Sep 21, 2009
1 parent b5c60ac commit 19b2ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/twitter4j/http/Response.java
Expand Up @@ -218,7 +218,7 @@ public void disconnect(){
con.disconnect();
}

private static Pattern escaped = Pattern.compile("&#([0-9]{5});");
private static Pattern escaped = Pattern.compile("&#([0-9]{3,5});");

/**
* Unescape UTF-8 escaped characters to string.
Expand Down

0 comments on commit 19b2ca7

Please sign in to comment.