Can't convert string from native encoding to 'UTF-8' problems
From: 温德鑫 <jackywdx_at_gmail.com>
 
Date: Wed, 13 Jul 2011 23:05:34 +0800 
HI,all:
  if ( !(fpipe = (FILE*)popen(command,"r")) )
 while ( fgets( line, sizeof line, fpipe))
 and I compiled it, run on the OpenSUSE
 The error comes out:
 svn: Error converting entry in directory '73/2788' to UTF-8
 svn: Can't convert string from native encoding to 'UTF-8':
 svn: ?\228?\189?\160?\229?\165?\189.txt
 The directory contains a  file using chinese character,I have searched
 #include <stdio.h>
  if ( !(fpipe = (FILE*)popen(command,"r")) )
 while ( fgets( line, sizeof line, fpipe))
 I compile it again, run by the crontab, but it does not  work, the error
  | 
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.