mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Another doc fix for HTML entities.
This commit is contained in:
parent
77bfdb11d0
commit
d413efe9e1
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ non-ASCII characters find using grep -P '[\x80-\xFF]'
|
|||
does not support it
|
||||
http://www.pemberley.com/janeinfo/latin1.html#latexta
|
||||
|
||||
do not use numeric UTF character escapes (&#nnn;), we only use Latin1
|
||||
do not use numeric _UTF_ numeric character escapes (&#nnn;),
|
||||
we can only use Latin1
|
||||
|
||||
Example: Alvaro Herrera is Álvaro Herrera
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue