Re: TXFileStore and local filesystem

2004-02-03 Thread Oliver Zeigermann
[mailto:[EMAIL PROTECTED] Sent: 2. februar 2004 01:04 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem Jacob Lund wrote: Ok! Let me see if I can explain myself - I am not an expert on this so please correct me if I am wrong! An UTF-8 representation of one character consists

Re: TXFileStore and local filesystem

2004-02-02 Thread Michael Smith
Jacob Lund wrote: Thanks! Could you then explain the relationship between UTF-8 and XML. Does is make sense to have unescaped UTF-8 encoding in XML or should UTF-8 always be escaped when used in XML? XML frequently uses unicode (more often than not, in fact), though it can use other character

Re: TXFileStore and local filesystem

2004-02-01 Thread Michael Smith
Jacob Lund wrote: Ok! Let me see if I can explain myself - I am not an expert on this so please correct me if I am wrong! An UTF-8 representation of one character consists of at combination of characters. Now JAVA is a Unicode language and this means that one character can represent any type of

RE: TXFileStore and local filesystem

2004-01-30 Thread Jacob Lund
). This was my understanding of the UTF standards and unicode - am I wrong here? /Jacob -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: 30. januar 2004 01:44 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem Oliver Zeigermann wrote: Jacob Lund

Re: TXFileStore and local filesystem

2004-01-30 Thread Julian Reschke
Jacob Lund wrote: Ok! Let me see if I can explain myself - I am not an expert on this so please correct me if I am wrong! An UTF-8 representation of one character consists of at combination of characters. Now JAVA is a Unicode language and this means that one character ...of bytes. can represent

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
Michael Smith wrote: Oliver Zeigermann wrote: Jacob Lund wrote: No file is created by the filestore! German letters and danish letters works fine for me too - and they are also supported by the codepage. To avoid these problems, why not save the files in escaped UTF-8 codes - that way wee

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
2004 16:40 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem Jacob Lund wrote: Sorry about that - yes I am talking about the URI! If I look in a record in the database, each Danish character is stored as two funny looking characters corresponding to the unescaped UTF-8

RE: TXFileStore and local filesystem

2004-01-29 Thread Jacob Lund
(or widechar or nchar). Please tell me if I am way off here! /Jacob -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: 29. januar 2004 10:02 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem Jacob Lund wrote: No, the filestore works correctly

RE: TXFileStore and local filesystem

2004-01-29 Thread Jacob Lund
: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: 29. januar 2004 10:47 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem So, I think we have two problems now, I am endangered to mix up: (1) The filestore has a problem with file names (2) The dabase stores have a problem

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: 29. januar 2004 10:02 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem Jacob Lund wrote: No, the filestore works correctly. OK, shall I check in the patch? Did it work for you? From what I can see the filestore

RE: TXFileStore and local filesystem

2004-01-29 Thread Jacob Lund
2004 13:12 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem The old problem with attachments :( It is missing... Could you try to create a new bugzilla entry and add the attachment there? Thanks :) Oliver Jacob Lund wrote: First of all - the patch you just checked

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
: TXFileStore and local filesystem So, I think we have two problems now, I am endangered to mix up: (1) The filestore has a problem with file names (2) The dabase stores have a problem as well, which is yet unclear to me Concerning (1): Could you send the new exception after the patch was applied

RE: TXFileStore and local filesystem

2004-01-29 Thread Jacob Lund
Sorry missed the file :) -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: 29. januar 2004 10:47 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem So, I think we have two problems now, I am endangered to mix up: (1) The filestore has

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
[mailto:[EMAIL PROTECTED] Sent: 29. januar 2004 10:47 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem So, I think we have two problems now, I am endangered to mix up: (1) The filestore has a problem with file names (2) The dabase stores have a problem as well, which is yet

Re: TXFileStore and local filesystem

2004-01-29 Thread Michael Smith
Oliver Zeigermann wrote: Jacob Lund wrote: The correct solution might be to convert from UTF-8 to Unicode before storing the data and then change the database scheme to Unicode char in all fields containing strings. H. You might be confusing certain things here. On one side there is

TXFileStore and local filesystem

2004-01-28 Thread Jacob Lund
Hi All! Has anyone tried the TXFile store with filenames that includes characters that are not allowed in the server file system? I am using windows XP and the UI supports UTF8. My XP is English and local is set to Danish! If I upload a file with Russian characters in the filename then slide

Re: TXFileStore and local filesystem

2004-01-28 Thread Oliver Zeigermann
Hi Jacob! I can imagine there might be problems with the filename. I do not know how to create filenames with Russian characters (or any other key not on my keyboard, but German special characters öäüÖÄÜß work fine ). So, please report any progress and try to find out where it fails. Are files

RE: TXFileStore and local filesystem

2004-01-28 Thread Jacob Lund
: TXFileStore and local filesystem Hi Jacob! I can imagine there might be problems with the filename. I do not know how to create filenames with Russian characters (or any other key not on my keyboard, but German special characters work fine ). So, please report any progress and try to find out

RE: TXFileStore and local filesystem

2004-01-28 Thread Jacob Lund
look like UTF-8 encoded data. I this correct? /Jacob -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: 28. januar 2004 13:03 To: 'Slide Users Mailing List' Subject: RE: TXFileStore and local filesystem No file is created by the filestore! German letters and danish

Re: TXFileStore and local filesystem

2004-01-28 Thread Oliver Zeigermann
Jacob Lund wrote: No file is created by the filestore! German letters and danish letters works fine for me too - and they are also supported by the codepage. To avoid these problems, why not save the files in escaped UTF-8 codes - that way wee always know that is will work?!? Hmmm. Escaped?

Re: TXFileStore and local filesystem

2004-01-28 Thread Oliver Zeigermann
Jacob Lund wrote: Sorry about that - yes I am talking about the URI! If I look in a record in the database, each Danish character is stored as two funny looking characters corresponding to the unescaped UTF-8 encoded version - so this looks correct! However when I do a propfind on the collection

RE: TXFileStore and local filesystem

2004-01-28 Thread Jacob Lund
:40 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem Jacob Lund wrote: Sorry about that - yes I am talking about the URI! If I look in a record in the database, each Danish character is stored as two funny looking characters corresponding to the unescaped UTF-8 encoded

Re: TXFileStore and local filesystem

2004-01-28 Thread Michael Smith
Oliver Zeigermann wrote: Jacob Lund wrote: No file is created by the filestore! German letters and danish letters works fine for me too - and they are also supported by the codepage. To avoid these problems, why not save the files in escaped UTF-8 codes - that way wee always know that is will