This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18d1a8b
commit be87149
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -248,7 +248,7 @@ public static URI create(String uriString,String charsetType){ | |
* | ||
* <pre class="code"> | ||
* | ||
* String pattern = "mailto:[email protected]?subject={}&body={}"; | ||
* String pattern = "mailto:[email protected]?subject={}{@code &}body={}"; | ||
* | ||
* String uriString = Slf4jUtil.format(pattern, "你好", "我是飞天奔月<br>哈哈哈哈"); | ||
* | ||
|
@@ -411,7 +411,7 @@ public static String encode(String value,String charsetType){ | |
* | ||
* <li> | ||
* <a href="http://www.w3.org/TR/html40/appendix/notes.html#non-ascii-chars">World Wide Web Consortium Recommendation</a> | ||
* 建议指出,UTF-8应该被使用.不这样做可能会带来兼容性能.</em> | ||
* 建议指出,{@link CharsetType#UTF8}应该被使用.不这样做可能会带来兼容性能. | ||
* </li> | ||
* | ||
* <li> | ||
|