[Minor] [minor commit] r694 - trunk/include/minor

jimb at red-bean.com jimb at red-bean.com
Sun Jan 27 12:39:48 CST 2008


Author: jimb
Date: Sun Jan 27 12:39:46 2008
New Revision: 694

Log:
* unicode.h: Doc fix: make Unicode/wchar_t conversion comments a
little more appropriate to their current place.


Modified:
   trunk/include/minor/unicode.h

Modified: trunk/include/minor/unicode.h
==============================================================================
--- trunk/include/minor/unicode.h	(original)
+++ trunk/include/minor/unicode.h	Sun Jan 27 12:39:46 2008
@@ -45,12 +45,13 @@
   the needed functions in that case.  On Linux, all wchar_t values are
   Unicode code points, and Linux GCCs #define __STDC_ISO_10646__.
 
-  From what I can find on the web, Darwin does not use Unicode for
-  wchar_t; the character numbering for wchar_t depends on the locale, so
-  it can vary from one execution of a program to the next.  So Darwin
-  will need its own implementation of the functions in
-  convert-text-wchar.c, probably called convert-text-darwin.c.
-  configure.ac will need to recognize Darwin and plug in that file.  */
+  Systems that don't work this way will need their own implementation
+  of the functions declared on the "Converting" page.  For example, on
+  Apple's Darwin OS, the character numbering for wchar_t depends on
+  the locale, so it can vary from one execution of a program to the
+  next.  So Darwin needs its own implementation of the conversion
+  functions, probably called convert-text-darwin.c.  configure.ac
+  needs to recognize Darwin and plug in that file.  */
 
 /* The type representing a Unicode code point.
 



More information about the Minor mailing list