https://bugzilla.novell.com/show_bug.cgi?id=755414 https://bugzilla.novell.com/show_bug.cgi?id=755414#c0 Summary: YCP substring() function is not UTF-8 safe Classification: openSUSE Product: openSUSE 12.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: mvidner@suse.com ReportedBy: lslezak@suse.com QAContact: jsrain@suse.com Found By: Development Blocker: --- When fixing bug bnc#728588 it turned out that the YCP substring() function uses byte units instead of UTF-8 characters as expected. This causes buggy behavior when iterating over a string in YCP code. Example: size("áa") => 2 but substring("áa", 1, 1) => "\0xF1" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.