* gettext() returns messages in this encoding. This often matches the * database encoding, but it differs for SQL_ASCII databases, for processes * not attached to a database, and under a database encoding lacking iconv * support (MULE_INTERNAL). */
| 1383 | * support (MULE_INTERNAL). |
| 1384 | */ |
| 1385 | int |
| 1386 | GetMessageEncoding(void) |
| 1387 | { |
| 1388 | return MessageEncoding->encoding; |
| 1389 | } |
| 1390 | |
| 1391 | |
| 1392 | /* |
no outgoing calls
no test coverage detected