Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/content/docs/settings/connection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down