mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Update entitiy escapes docs; must be Latin1.
This commit is contained in:
@ -29,7 +29,7 @@ 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 character escapes (&#nnn;), they are not portable
|
||||
do not use numeric UTF character escapes (&#nnn;), we only use Latin1
|
||||
|
||||
Example: Alvaro Herrera is Álvaro Herrera
|
||||
|
||||
|
Reference in New Issue
Block a user