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.

AttachmentSizeStatusTest resultOperations
commerce-i_not_i-1599336-01.patch642 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 3,567 pass(es).View details

#2

Status:reviewed & tested by the community» needs review

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

AttachmentSizeStatusTest resultOperations
commerce-i_not_i-1599336-03.patch1.9 KBIdlePASSED: [[SimpleTest]]: [MySQL] 3,567 pass(es).View details

#4

Status:needs review» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.