# HG changeset patch # User Juanma Barranquero # Date 1166544684 0 # Node ID e97a993d4ab6e1f311cccda4508aea6f52859a4f # Parent 3db81fa14de8f903d8a761e679b04e44b6fc4ea6 (Fmac_code_convert_string): Doc fix. diff -r 3db81fa14de8 -r e97a993d4ab6 src/mac.c --- a/src/mac.c Tue Dec 19 16:09:02 2006 +0000 +++ b/src/mac.c Tue Dec 19 16:11:24 2006 +0000 @@ -4852,8 +4852,8 @@ doc: /* Convert STRING from SOURCE encoding to TARGET encoding. The conversion is performed using the converter provided by the system. Each encoding is specified by either a coding system symbol, a mime -charset string, or an integer as a CFStringEncoding value. Nil for -encoding means UTF-16 in native byte order, no byte order mark. +charset string, or an integer as a CFStringEncoding value. An encoding +of nil means UTF-16 in native byte order, no byte order mark. On Mac OS X 10.2 and later, you can do Unicode Normalization by specifying the optional argument NORMALIZATION-FORM with a symbol NFD, NFKD, NFC, NFKC, HFS+D, or HFS+C.