Closed
Bug 27564
Opened 25 years ago
Closed 25 years ago
[i18n] Profile migration fails for local Japanese mailboxes with 0x5c in them
Categories
(MailNews Core :: Profile Migration, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: momoi, Assigned: sspitzer)
Details
(Whiteboard: [dogfood+][nsbeta2-] ETA after 5/16, but who knows...)
** Observed with 2/12/2000 Win32 build **
This bug was discovered in the process of checking out Bug 7844.
1. I created 3 JPN mailbox folders with 4.7x.
2. Then I tried migrating this 4.7x profile with the above
Mozilla build.
3. One of the 3 mail folder names contained the following
byte sequence, .... 0x95 0x5c 0x8e 0xa6 in system charset (Shift_JIS).
4. In migrating this folder, Mozilla interpreted the 0x5c
to be the backslash "\" and the migrated name contained
only the bytea after it, i.e. 0x8e 0xa6
Naoki should know how to approach this problem.
Reporter | ||
Updated•25 years ago
|
QA Contact: gbush → momoi
Summary: Profile migration fials for local Japanese mailboxes with 0x5c in them → Profile migration fails for local Japanese mailboxes with 0x5c in them
Comment 1•25 years ago
|
||
I think the migration tool should escape the foldername before handing it to the
urlparser.
Seth, I think this one might be in your area. Reassigning to y'all.
Assignee: dbragg → sspitzer
Assignee | ||
Comment 3•25 years ago
|
||
marking m15.
momoi, can you help me get local japanese folders in 4.x?
Status: NEW → ASSIGNED
Target Milestone: M15
Reporter | ||
Comment 4•25 years ago
|
||
http://rocknroll/users/momoi/publish/seamonkey/bugs/bug27564/
Seth, I deposited 2 Japanese mailbox files with
matching .snm files at rocknroll. I wanted to Zip them but
the utility failed because 2 of the files contained
0x5C and ZIP utility was not designed for Japanese. :(
1. Please copy them into a 4.7x mail folder and try
migrating.
2. The shorter of the 2 file name contains 0x5C in the
2nd byte of the 1st character. The longer contains no
0x5C value and should survive migration intact.
Note: I'm not sure if this is going to work 100%.
You're probably dropping Japanese file names into
an US system. The US file system may do something
funny to the names. Naoki? Also if the migration is
supposed to take into account what kind of file system
it is on before migrating file names, then not being
on Jpaanese Windows would make things very difficult.
Reporter | ||
Comment 5•25 years ago
|
||
I may have to give these files on a disk.
Assignee | ||
Comment 6•25 years ago
|
||
moving to m16.
momoi / naoki, is this really a mailnews bug, or an i18n bug? I forget now.
Summary: Profile migration fails for local Japanese mailboxes with 0x5c in them → [i18n] Profile migration fails for local Japanese mailboxes with 0x5c in them
Target Milestone: M15 → M16
Comment 7•25 years ago
|
||
Not sure if mailnews or i18n but is somewhere in the migration code searching
for a backslash?
If so and the string is not unicode then that might be a problem (misinterpret
part of a double-byte character as a backslash).
Nominating for beta2. Need to be able to migrate 4.x Japanese mailboxes.
Keywords: beta2
Comment 9•25 years ago
|
||
Triage to M17. Please add beta2 keyword if this must make beta2. Please let me
know if this must be done by M16 feature freeze.
Target Milestone: M16 → M17
Reporter | ||
Comment 10•25 years ago
|
||
Yes. this is definitely Beta 2 item. Migration of 4.x profiles should not fail just because
the name of the existing profile contained some characters we cannot handle.
Keywords: beta2
Comment 12•25 years ago
|
||
Per momoi:
"this has been broken so long, we cannot go any further on profiles containing
these characters. If we don't have this fixed soon, we will not know
what else might be broken with regard to these characters. In other words, we
need moretime to learn more about profiles containing these characters in the
names but are prevented from doing so because of this bug."
Moving to [dogfood+]
Keywords: dogfood
Whiteboard: [nsbeta2+] → [dogfood+][nsbeta2-]
Assignee | ||
Comment 13•25 years ago
|
||
busy with skin bugs and other features / bugs.
steve / varada, is this something varada can help out with?
Whiteboard: [dogfood+][nsbeta2-] → [dogfood+][nsbeta2-] ETA after 5/16, but who knows...
Comment 14•25 years ago
|
||
This might have been fixed by recent changes. Momoi san, when was the last time
did you see this?
Reporter | ||
Comment 15•25 years ago
|
||
** Checked with 5/3/2000 Win32 build **
Thanks, nhotta!
This problem seems to have been fixed by another bug
fix. I created a bunch of mailbox folders using 4.72 and
migrated a profile containing these mailbox files.
Some of the mailbox files contained 0x5c characters and
they all seemed to work OK-- can display, copy, move
msgs contained in such folders.
I'm going to mark this bug resolved/fixed
and then verify it.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 16•25 years ago
|
||
Marking the resolution verified.
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•