Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
It didn't work :'( , are the files I use not valid unicode files? They start with 0xFF 0xFE (BOM) I started with this file in the repository: ftp://bcn.mine.nu/H:/FTP/anonym/bmaXX30_comma_v_binary_original.zip Followed your step by step instruktion, and got this in the repository: ftp://bcn.mine.nu/H:/FTP/anonym/bmaXX30_comma_v_step_by_step_unicoded.zip Here you have the checked out files, before and after: ftp://bcn.mine.nu/H:/FTP/anonym/bmaXX30_binary.zip ftp://bcn.mine.nu/H:/FTP/anonym/bmaXX30_unicode.zip Tony Hoyle wrote: >On Tue, 27 Jan 2004 11:35:47 +0000 (UTC), bc_remove_ at passagen.se >(Björn Carlsson) wrote: > > > >>If a file has been added as binary, but it's really unicode, should it >>then be possible to run admin -ku without destroying that file? >> >> > >Yes (ish), but it'll be tricky to get right, as you're changing the >storage format. > >What I'd do is: > >1. Take a copy of the file >2. Do update -ku >3. Do admin -ku >4. Put the file back from step 1. >5. Use commit -f to force a new revision. > >It may not be necessary to do all those steps (I've not actually tried >it) but I think that should work. > >Tony > > >