Hi,
I'm not going to use any filters or perhaps it automatically uses a default filter. Anyway, to clarify, I think my problem occurs with opening *.doc or *.ppt files. When I open it prompts me on which character encoding i want to use. This would "hang" an automation program. Thus, I thought I could pass in the character encoding set for it to open by using ChracterSet UTF8 in the media descriptor. However, this didn't work even with "UTF8". Do I have to use this with some filter implementation? If so, how can i do that? Or perhaps I need to implement an exceptionhandler for this case? Thanks. Cheers, Wei Min > Date: Thu, 5 Nov 2009 12:49:04 +0100 > From: [email protected] > To: [email protected] > Subject: Re: [api-dev] loadcomponentfromurl > > Hi Wei Min, > > Please try "UTF8" as the value. > Although I am not sure that all the filters check the property. Which > filter are you going to use? > > Best regards, > Mikhail. > > On 11/05/09 09:50, Wei Min Teo wrote: > > Hi, > > > > > > > > I would like to specify a character encoding set to use when opening a > > file. > > > > Using > > > > > > > > ploadprops[0].Name = CharacterSet > > > > ploadprops[0].Value <<= OUString::createFromAscii("UTF-8") > > > > .. > > > > > > > > However, this still doesn't seem to work. I suspect that the string i've > > passed in is not valid. > > > > How get i get a list of legitimate strings that characterset will take in > > for loadcomponentfromurl?? > > > > > > > > Thanks. > > > > > > > > > > > > Cheers, > > > > > > > > Wei Min > > > > _________________________________________________________________ > > Windows 7: Simplify what you do everyday. Find the right PC for you. > > http://windows.microsoft.com/shop > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > _________________________________________________________________ New Windows 7: Simplify what you do everyday. Find the right PC for you. http://windows.microsoft.com/shop
