mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 18:50:21 +02:00
Doc updates for Unicode string escapes and port encodings
* NEWS: string and port changes * doc/ref/api-data.texi: string escapes and string-ci * doc/ref/api-io.texi: port encoding functions
This commit is contained in:
parent
18d8fcd43c
commit
28cc8dac2f
3 changed files with 103 additions and 11 deletions
11
NEWS
11
NEWS
|
@ -10,6 +10,17 @@ prerelease, and a full NEWS corresponding to 1.8 -> 2.0.)
|
|||
|
||||
Changes in 1.9.3 (since the 1.9.2 prerelease):
|
||||
|
||||
** Ports do transcoding
|
||||
|
||||
Ports now have an associated character encoding, and port read/write
|
||||
operations do conversion to/from locales automatically. Ports also
|
||||
have an associated strategy for how to deal with locale conversion
|
||||
failures. Four functions to support this: set-port-encoding!,
|
||||
port-encoding, set-port-conversion-strategy!,
|
||||
port-conversion-strategy.
|
||||
|
||||
** String and SRFI-13 functions can operate on Unicode strings
|
||||
|
||||
** SRFI-14 char-sets are modified for Unicode
|
||||
|
||||
The default char-sets are not longer locale dependent and contain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue