Mercurial > emacs
diff src/mac.c @ 74755:e97a993d4ab6
(Fmac_code_convert_string): Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 19 Dec 2006 16:11:24 +0000 |
| parents | 04ef1ad19c59 |
| children | 5e8caf6183ec bc10a33dd40b |
line wrap: on
line diff
--- 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.
