diff options
Diffstat (limited to 'docs/markdown/Dependencies.md')
-rw-r--r-- | docs/markdown/Dependencies.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 9f0ab7f..d09c688 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -453,6 +453,15 @@ language. *New in 0.56.0* the dependencies now return proper dependency types and `get_variable` and similar methods should work as expected. +## iconv + +*(added 0.60.0)* + +Provides access to the `iconv` family of C functions. On systems where this is +not built into libc, tries to find an external library providing them instead. + +`method` may be `auto`, `builtin` or `system`. + ## intl *(added 0.59.0)* |