Skip to content

Commit 3e208ff

Browse files
committed
whitespace edits for #493
1 parent c6a600a commit 3e208ff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2016-06-20 Qin Wenfeng <[email protected]>
22

3-
* inst/include/Rcpp/exceptions.h: add RCPP_USING_UTF8_ERROR_STRING macro to use UTF-8 encoding exception string in R
3+
* inst/include/Rcpp/exceptions.h: add RCPP_USING_UTF8_ERROR_STRING macro
4+
to use UTF-8 encoding exception string in R
45

56
2016-06-14 Artem Klevtsov <[email protected]>
67

inst/NEWS.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
\ghit{486}).
1515
\item String replacement was corrected (Qiang in \ghpr{479} following
1616
mailing list bug report by Masaki Tsuda)
17-
\item Add RCPP_USING_UTF8_ERROR_STRING macro to use UTF-8 encoding exception string in R (Qin Wenfeng in \ghpr{493})
17+
\item Allow for UTF-8 encoding in error messages via
18+
\code{RCPP_USING_UTF8_ERROR_STRING} macro (Qin Wenfeng in \ghpr{493})
1819
}
1920
\item Changes in Rcpp Sugar:
2021
\itemize{

0 commit comments

Comments
 (0)