Posted by bendiy on May 24, 2012 at 9:07pm
5 followers
| Project: | Drupal Commerce |
| Version: | 7.x-1.x-dev |
| Component: | Customer |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I found a weird character in a comment when I was reading the code.î
Turns out it's an:î
Patch to follow.
Comments
#1
Patch attached.
#2
There are two others like that: in commerce_line_item.module and commerce_product_reference.module (probably copy/paste of an original typo).
Also, if you are not seeing
îproperly here, it means that your editor is not configured properly.#3
i can confirm the other cases, pointed by Damien.
and here is the patch
#4
Funny. And re: what Damien said about your IDE, make sure you're viewing files with the UTF-8 character set (though in this case it helped you find the problem to not be).
#5
Thanks for the tip. Encoding was set to "Cp1252".
#6
Automatically closed -- issue fixed for 2 weeks with no activity.