Thank you for your mail. Avaleo office is closed from December 23 to January 2 were we will address you request. If you have urgent requests it's possible to call the following persons: - From December 23th to December 27th (both days included) please call Niels Dyrnesli on +45 40741496. - From December 28th to January 1 (both days included) please call Anders Kofoed +4529442941 Kind regards Anders Kofoed Avaleo ApS
-----Original Message----- Reply-To: "Jakarta Commons Users List" <[email protected]> Date: Fri, 29 Dec 2006 19:32:03 +0100 From: "Thomas Thomas" <[EMAIL PROTECTED]> To: "Jakarta Commons Users List" <[email protected]> Subject: Re: [Urgent] UTF-8 encoding problem > ------=_Part_198103_10284521.1167417123189 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > (this is my address from home) > Thank u all for your precious comments, > it helped. > For some reason I didn't write a String encoded as UTF-8. > I still can't figure out why. > I have added this code : > * byte*[] codedString; > String decoded=*null*; > * try* { > codedString = stopwords.getBytes(); > decoded =* new* String(codedString, "UTF-8" > ); > }* catch* (UnsupportedEncodingException e) { > //* TODO* Auto-generated catch block > e.printStackTrace(); > } // to bytes > stopwords = decoded; > writer.setProperty( > "searchIndex.stopwordList", stopwords); > seems to work now ! > Thank u all. > ------=_Part_198103_10284521.1167417123189-- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
