Posted by Gábor Mayer on September 7, 2007 at 4:48pm
4 followers
| Project: | Drupal core |
| Version: | 5.x-dev |
| Component: | language system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
some utf-8 files begining with a header like 0xEF 0xBB 0xBF
Comments
#1
Well, it is not a good idea to have files with UTF8 BOM, it causes you lots of complications. So the interim solution is to remove that yourself.
The import itself is done by Drupal (whether with autolocale module or Drupal 6 built-in), not autolocale, so the Drupal importer cannot handle such files then. Which means this should be fixed there.
#2
Fixing title.
#3
OK, here is a patch for review. Since there was a second guy who came with this problem (also from Hungary), and this really looks straightforward to fix, why not do it? Please review!
#4
It works for me.
#5
Great. Committed to Drupal 6. Let's get this into the next Drupal 5.x also.
#6
Committed to 5.x.
#7
Automatically closed -- issue fixed for two weeks with no activity.