comparison src/ChangeLog @ 4993:c0934cef10c6

convert some source files to utf-8 -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-02-06 Ben Wing <ben@xemacs.org> * unicode.el: * unicode.el (for): Convert file to utf-8. modules/ChangeLog addition: 2010-02-06 Ben Wing <ben@xemacs.org> * canna/canna_api.c: * canna/canna_api.c (storeResults): * canna/canna_api.c (Fcanna_set_bunsetsu): * canna/canna_api.c (Fcanna_initialize): * canna/canna_api.c (Fcanna_store_yomi): * canna/canna_api.c (Fcanna_henkan_end): Convert file to utf-8. src/ChangeLog addition: 2010-02-06 Ben Wing <ben@xemacs.org> * mule-wnnfns.c: Convert file to utf-8.
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:26:09 -0600
parents 4cfb6aeb989d
children 76af7fc13e81
comparison
equal deleted inserted replaced
4988:4cfb6aeb989d 4993:c0934cef10c6
1 2010-02-06 Ben Wing <ben@xemacs.org>
2
3 * mule-wnnfns.c:
4 Convert file to utf-8.
5
1 2010-02-05 Ben Wing <ben@xemacs.org> 6 2010-02-05 Ben Wing <ben@xemacs.org>
2 7
3 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): 8 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR):
4 Cast pointer when storing value to avoid problems because some 9 Cast pointer when storing value to avoid problems because some
5 store vars are Extbyte * and some are LPTSTR. 10 store vars are Extbyte * and some are LPTSTR.