Changes between Version 9 and Version 10 of rfc30_utf8_filenames


Ignore:
Timestamp:
Oct 9, 2010, 4:32:40 AM (14 years ago)
Author:
Ari Jolma
Comment:

Perl changes

Legend:

Unmodified
Added
Removed
Modified
  • rfc30_utf8_filenames

    v9 v10  
    9292(It is unclear who will take care of this aspect since the primary author (FrankW) is not C#-binding-competent.
    9393
    94 == perl Changes ==
     94== Perl Changes ==
    9595
    96 Still discussing with Ari whether any special conversion is needed for the perl bindings or not.
     96The general rule in Perl is that all strings should be decoded before giving them to Perl and encoded when they are output. In practice things usually just work. To be sure, I (Ari) have added an explicit decode from utf8 to FindFile and ReadDir (#20800).
    9797
    9898== Java Changes ==