Something strange with scandinavian character handling

Issue #63 closed
Jouni Miettunen created an issue

Got error note (see below), but code works: image files exist and load correctly. Could this be a problem in FauxPas scanner? Reporting because FP shows me red error icon and I don't know what to fix.

Impact: Functionality Severity: Error Confidence: Medium 2 instances:

Attempt to load unknown resource named bank_Säästö (image). Did you mean bank_Säästö?

BankService.m 5292052955 in: imageForBank: image = [UIImage imageNamed:@"bank_Säästö"];

Attempt to load unknown resource named bank_lähitapiola (image). Did you mean bank_lähitapiola?

BankService.m 5482054860 in: imageForBank: image = [UIImage imageNamed:@"bank_lähitapiola"];

Comments (2)

  1. Ali Rantakari repo owner

    Thanks for reporting this.

    I have reproduced the issue — this is a bug related to equivalence of precomposed vs. decomposed unicode characters. A fix will be included in the next release.

  2. Log in to comment