diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcodecs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index d5c0d9f..88d5bce 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -588,7 +588,7 @@ bits) and payload bits. The marker bits are a sequence of zero to six (with x being payload bits, which when concatenated give the Unicode character): -\begin{tableii}{l|l}{textrm}{}{Range}{Encoding} +\begin{tableii}{l|l}{textrm}{Range}{Encoding} \lineii{\code{U-00000000} ... \code{U-0000007F}}{0xxxxxxx} \lineii{\code{U-00000080} ... \code{U-000007FF}}{110xxxxx 10xxxxxx} \lineii{\code{U-00000800} ... \code{U-0000FFFF}}{1110xxxx 10xxxxxx 10xxxxxx} |