projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0bd0b
)
Fix table header.
author
Walter Dörwald
<walter@livinglogic.de>
Tue, 21 Feb 2006 18:51:32 +0000
(18:51 +0000)
committer
Walter Dörwald
<walter@livinglogic.de>
Tue, 21 Feb 2006 18:51:32 +0000
(18:51 +0000)
Doc/lib/libcodecs.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libcodecs.tex
b/Doc/lib/libcodecs.tex
index d5c0d9fc52e058866fdc4518d263ac6512afe036..88d5bce19773b5ae68ed25629e45308663a4a1c7 100644
(file)
--- 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}