[php-i18n-commits] cvs commit: libmbfl TODO

Back to archive index

Moriyoshi Koizumi moriy****@users*****
2003年 1月 3日 (金) 18:00:37 JST


moriyoshi    03/01/03 18:00:37

  Modified:    .        TODO
  Log:
  cosmetics
  
  Revision  Changes    Path
  1.2       +7 -7      libmbfl/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/TODO,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TODO	3 Jan 2003 08:57:57 -0000	1.1
  +++ TODO	3 Jan 2003 09:00:37 -0000	1.2
  @@ -1,11 +1,11 @@
  -$Id: TODO,v 1.1 2003/01/03 08:57:57 moriyoshi Exp $
  +$Id: TODO,v 1.2 2003/01/03 09:00:37 moriyoshi Exp $
   
   libmbfl-1.1.0 TODO's
   (means the features listed below need to be implemented in the future)
   
  -- more consistent conversion filter code with some fancy magics, I mean
  -  int (*filter_function)(int, mbfl_convert_filter *) should be
  -  int (*filter_function)(mbfl_filter_input, mbfl_convert_filter *) where
  -  mbfl_filter_input is a union of mbfl_wchar_t and unsigned char. 
  -- thread-safe iterators for array lists
  -- dynamic loadable encoding converter modules
  + - more consistent conversion filter code with some fancy magics, I mean
  +   int (*filter_function)(int, mbfl_convert_filter *) should be
  +   int (*filter_function)(mbfl_filter_input, mbfl_convert_filter *) where
  +   mbfl_filter_input is a union of mbfl_wchar_t and unsigned char. 
  + - thread-safe iterators for array lists
  + - dynamic loadable encoding converter modules
  
  
  



php-i18n-commits メーリングリストの案内
Back to archive index