]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tunicode.tex
Added wxDataViewTreeCtrl
[wxWidgets.git] / docs / latex / wx / tunicode.tex
index 606859f61f78870a1e952e0b39988d9f94601368..339b77accbb6e5cded13fb775d8d7be9812940e3 100644 (file)
@@ -24,7 +24,7 @@ using at least 16 (and possibly 32) bits for encoding each character. This
 allows to have at least 65536 characters (what is called the BMP, or basic
 multilingual plane) and possible $2^{32}$ of them instead of the usual 256 and
 is sufficient to encode all of the world languages at once. More details about
-Unicode may be found at {\tt www.unicode.org}.
+Unicode may be found at \urlref{http://www.unicode.org}{http://www.unicode.org}.
 
 % TODO expand on it, say that Unicode extends ASCII, mention ISO8859, ...