From 0be088adaf6b3f3101766f08938212ee542e41fc Mon Sep 17 00:00:00 2001 From: Yuval Neumann Date: Fri, 5 Jun 2026 23:00:01 +0300 Subject: [PATCH] Add documentation for automatic CCSID conversion --- src/content/docs/settings/connection.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/content/docs/settings/connection.mdx b/src/content/docs/settings/connection.mdx index a52d399..d7eab6a 100644 --- a/src/content/docs/settings/connection.mdx +++ b/src/content/docs/settings/connection.mdx @@ -49,6 +49,20 @@ Temporary IFS directory. Stores temporary IFS files used by Code for i. Will be > It is safe to have files created by Code for i automatically deleted during maintenance or IPL. +### Automatic CCSID Conversion + +When checked, members with the selected Source CCSID will be converted to the configured Target CCSID when opened and saved. + +Useful when working with non-UTF compatible CCSIDs, especially BiDi CCSIDs. + +### Source CCSID + +The CCSID to convert from. + +### Target CCSID + +The CCSID to convert to. + ### Enable source dates When checked, source dates will be retained.