Skip to content

Commit

Permalink
WO5.4.3 already uses UTF-8 encoding for URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
darkv committed Dec 2, 2012
1 parent acd5f73 commit b5c6b78
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1078,10 +1078,6 @@ public void installPatches() {
}

// ERXPatcher.setClassForName(ERXSubmitButton.class, "WOSubmitButton");

// Fix for 3190479 URI encoding should always be UTF8
// See http://www.w3.org/International/O-URL-code.html
com.webobjects.appserver._private.WOURLEncoder.WO_URL_ENCODING = CharEncoding.UTF_8;
}

@Override
Expand Down

0 comments on commit b5c6b78

Please sign in to comment.