[PATCH] Fix docs to JOHAB encoding on server side

Lars Kanis <lars@greiz-reinsdorf.de>

From: Lars Kanis <lars@greiz-reinsdorf.de>
To: pgsql-hackers@postgresql.org
Date: 2018-09-01T16:17:16Z
Lists: pgsql-hackers

Attachments

The current documentation is inconsistent about the JOHAB character encoding on server side. While the first table says that it is not possible to use JOHAB on server side, it is still listed in table 23.2 as a server character set:

https://www.postgresql.org/docs/devel/static/multibyte.html#MULTIBYTE-CHARSET-SUPPORTED

--
Kind Regards,
Lars

Commits

  1. Doc: fix oversights in "Client/Server Character Set Conversions" table.