Bug #28817 | Problems with characters Latin1 | ||
---|---|---|---|
Submitted: | 31 May 2007 20:42 | Modified: | 12 Dec 2007 10:35 |
Reporter: | Bruno Nunes | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | accentuation, Latin1 |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[22 Oct 2007 17:34]
Susanne Ebrecht
[22 Oct 2007 18:25]
Susanne Ebrecht
correct test
Attachment: bug28817_ok.c (text/x-csrc), 4.31 KiB.
[12 Dec 2007 10:37]
Susanne Ebrecht
the test with using really latin1
Attachment: bug28817.c.tar.gz (application/gzip, text), 1.34 KiB.