From: Yaroslav S. <ya...@gm...> - 2010-07-07 16:06:53
|
Oh, thanks Alex. Now I got the problem. I should read things thoroughly. On 07.07.2010, at 17:22, alexander smishlajev wrote: > Dennis Follensbee wrote, at 07.07.2010 15:16: >> >> I’ve been a user of dbfpy for a number of years, now, and I’m >> curious if it supports utf-8. > > although there may be a code page indication in a dbf file, dbfpy > has no > handling for it. character strings are read and written as is, > without > character translation, and there is no way to set the code page for > dbf > file (other than using your own DbfHeader class with overridden > toString > method). > > however, utf-8 is not a code page and is not supported by the code > page > indicator. the list of supported code pages is here: > http://msdn.microsoft.com/en-US/library/8t45x02s%28v=VS.80%29.aspx > > best wishes, > alex. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Dbfpy-users mailing list > Dbf...@li... > https://lists.sourceforge.net/lists/listinfo/dbfpy-users > |